File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111- Refactor configuration entries (#247 )
1212- Remove 3rd Party references and rename console setting (#247 )
1313- Replace deprecated http library (#247 )
14- - Add update notice prepared for loing term usage (#250 , #258 )
14+ - Add update notice prepared for loing term usage (#250 , #258 , # 260 )
1515- Remove Changelog from .vscodeignore for better marketplace presentation (#253 )
1616- Dependency update (#254 )
1717
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Please take a look at the current extension settings\nand update to the new conf
9494 returnValue = this . checkAndGet ( config , parameter )
9595 break
9696 case 'consoleCommand' :
97- returnValue = this . checkAndGet ( config , OH_CONFIG_DEPRECATED . consoleCommand )
97+ returnValue = this . checkAndGet ( config , OH_CONFIG_DEPRECATED . karafCommand )
9898 break
9999 case 'languageserver' :
100100 switch ( parameter ) {
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ export const OH_CONFIG_DEPRECATED = {
3030 password : 'password' ,
3131 remoteLspEnabled : 'remoteLspEnabled' ,
3232 remoteLspPort : 'remoteLspPort' ,
33- consoleCommand : 'karafCommand' ,
34- sitemapPreview : 'sitemapPreviewUI' ,
33+ karafCommand : 'karafCommand' ,
34+ sitemapPreviewUI : 'sitemapPreviewUI' ,
3535}
3636
3737/**
You can’t perform that action at this time.
0 commit comments