Skip to content

Commit 35fe74e

Browse files
hanniavaleraHannia Valera
andcommitted
Reapply "Refactor and improve colorization language services support … (#4697)
* Reapply "Refactor and improve colorization language services support (#4433)" (#4521) This reverts commit d217cac. * changelog entry * fixing changelog --------- Co-authored-by: Hannia Valera <[email protected]>
1 parent 6d1bdb1 commit 35fe74e

6 files changed

Lines changed: 239 additions & 319 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ Features:
77

88
Bug Fixes:
99

10-
- Fix infinite presets reloading loop when preset files are symlinks or include symlinked files. [#4668](https://github.com/microsoft/vscode-cmake-tools/issues/4668)
1110
- Fix user-level tasks defined in `~/.config/Code/User/tasks.json` causing infinite spinner. [#4659](https://github.com/microsoft/vscode-cmake-tools/pull/4659)
1211
- Fix "Copy Value" in CMake debugger copying variable name instead of value. [#4551](https://github.com/microsoft/vscode-cmake-tools/issues/4551)
1312
- cmakeDriver: Fixes getCompilerVersion by using compilerPath instead of compilerName. [#4647](https://github.com/microsoft/vscode-cmake-tools/pull/4647) [@lygstate](https://github.com/lygstate)
1413

14+
## 1.22.27
15+
16+
Bug Fixes:
17+
- Fix infinite presets reloading loop when preset files are symlinks or include symlinked files. [#4668](https://github.com/microsoft/vscode-cmake-tools/issues/4668)
18+
- Reapplying "Refactor and improve colorization language services support" [#4697](https://github.com/microsoft/vscode-cmake-tools/pull/4697)
19+
1520
## 1.22
1621

1722
Features:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@
132132
{
133133
"language": "cmake",
134134
"scopeName": "source.cmake",
135-
"path": "./syntaxes/CMake.tmLanguage"
135+
"path": "./syntaxes/CMake.tmLanguage.json"
136136
},
137137
{
138138
"language": "cmake-cache",
139139
"scopeName": "source.cmakecache",
140-
"path": "./syntaxes/CMakeCache.tmLanguage"
140+
"path": "./syntaxes/CMakeCache.tmLanguage.json"
141141
}
142142
],
143143
"commands": [

syntaxes/CMake.tmLanguage

Lines changed: 0 additions & 239 deletions
This file was deleted.

0 commit comments

Comments
 (0)