File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ For further information and details continue through to the [documentation](http
101
101
## [ Roadmap] ( https://donjayamanne.github.io/pythonVSCodeDocs/docs/roadmap/ )
102
102
103
103
## [ Change Log] ( https://github.com/DonJayamanne/pythonVSCode/blob/master/CHANGELOG.md )
104
- ### 0.5.4
104
+ ### Version 0.5.4 (24 November 2016)
105
105
* Fixes to installing missing packages [ #544 ] ( https://github.com/DonJayamanne/pythonVSCode/issues/544 )
106
106
* Fixes to indentation of blocks of code [ #432 ] ( https://github.com/DonJayamanne/pythonVSCode/issues/432 )
107
107
* Fixes to debugging of unittests [ #543 ] ( https://github.com/DonJayamanne/pythonVSCode/issues/543 )
Original file line number Diff line number Diff line change 264
264
" html"
265
265
]
266
266
},
267
- "aiKey" : " AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217 " ,
267
+ "aiKey" : " fce7a3d5-4665-4404-b786-31a6306749a6 " ,
268
268
"program" : " ./out/client/debugger/Main.js" ,
269
269
"runtime" : " node" ,
270
270
"configurationAttributes" : {
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export class Delays {
52
52
const extensionId = "donjayamanne.python" ;
53
53
const extension = extensions . getExtension ( extensionId ) ;
54
54
const extensionVersion = extension . packageJSON . version ;
55
- const aiKey = "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217 " ;
55
+ const aiKey = "fce7a3d5-4665-4404-b786-31a6306749a6 " ;
56
56
let reporter : TelemetryReporter ;
57
57
58
58
/**
You can’t perform that action at this time.
0 commit comments