Skip to content

Commit 79db793

Browse files
committed
Update extension files and add new version
1 parent e992fee commit 79db793

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
lines changed

out/extension.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "Lov3",
44
"displayName": "SageMath Enhanced",
55
"description": "An enhanced VS Code extension for SageMath, providing advanced features and integrations.",
6-
"version": "1.3.2",
6+
"version": "1.3.3",
77
"engines": {
88
"vscode": "^1.76.0"
99
},

sagemath-enhanced-1.3.2.vsix

1.2 KB
Binary file not shown.

sagemath-enhanced-1.3.3.vsix

825 KB
Binary file not shown.

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function activate(context: vscode.ExtensionContext) {
5050
}
5151
// For win32, wrapped by `cmd /c`, because PowerShell 5.1 has no && operator
5252
if (process.platform === 'win32') {
53-
command = `cmd /c "${command.replaceAll('"', '""')}"`
53+
command = `cmd /c "${command.replaceAll('"', '""')}"`;
5454
}
5555

5656
// 作为单一命令执行

0 commit comments

Comments
 (0)