File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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
101101## [ Roadmap] ( https://donjayamanne.github.io/pythonVSCodeDocs/docs/roadmap/ )
102102
103103## [ Change Log] ( https://github.com/DonJayamanne/pythonVSCode/blob/master/CHANGELOG.md )
104- ### 0.5.4
104+ ### Version 0.5.4 (24 November 2016)
105105* Fixes to installing missing packages [ #544 ] ( https://github.com/DonJayamanne/pythonVSCode/issues/544 )
106106* Fixes to indentation of blocks of code [ #432 ] ( https://github.com/DonJayamanne/pythonVSCode/issues/432 )
107107* Fixes to debugging of unittests [ #543 ] ( https://github.com/DonJayamanne/pythonVSCode/issues/543 )
Original file line number Diff line number Diff line change 264264 " html"
265265 ]
266266 },
267- "aiKey" : " AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217 " ,
267+ "aiKey" : " fce7a3d5-4665-4404-b786-31a6306749a6 " ,
268268 "program" : " ./out/client/debugger/Main.js" ,
269269 "runtime" : " node" ,
270270 "configurationAttributes" : {
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export class Delays {
5252const extensionId = "donjayamanne.python" ;
5353const extension = extensions . getExtension ( extensionId ) ;
5454const extensionVersion = extension . packageJSON . version ;
55- const aiKey = "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217 " ;
55+ const aiKey = "fce7a3d5-4665-4404-b786-31a6306749a6 " ;
5656let reporter : TelemetryReporter ;
5757
5858/**
You can’t perform that action at this time.
0 commit comments