We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d019e83 commit 8a21663Copy full SHA for 8a21663
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# ChangeLog
2
3
+## 1.0.1 (8 Ago 2024)
4
+* Fixes a vscode client lsp issue in newer node versions for Windows where it couldnt start the lsp server due to mitigation patch.
5
+
6
## 1.0.0 (12 Jul 2024)
7
8
* improves `emit` syntax highlighting
nimvscode.nimble
@@ -1,6 +1,6 @@
# Package
-version = "1.0.0"
+version = "1.0.1"
author = "saem"
description = "Nim language support for Visual Studio Code written in Nim"
license = "MIT"
package.json
@@ -2,7 +2,7 @@
"name": "nimlang",
"displayName": "nim-lang.org",
"description": "Nim extension maintained by the Nim compiler team.",
- "version": "1.0.0",
+ "version": "1.0.1",
"publisher": "NimLang",
"author": {
"name": "NimLang"
0 commit comments