Skip to content

Commit 1e841ca

Browse files
Jonas(Jiajie) Jingjingjiajie
authored andcommitted
feat: python language features
1 parent da0523a commit 1e841ca

File tree

10 files changed

+1308
-75
lines changed

10 files changed

+1308
-75
lines changed

client/src/commands/run.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ async function getSelectedRegions(
9090
"sas/getFoldingBlock",
9191
{
9292
textDocument: { uri: window.activeTextEditor.document.uri.toString() },
93-
line,
94-
col,
93+
position: { line, col },
9594
},
9695
);
9796
if (block) {

package-lock.json

Lines changed: 10 additions & 0 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,6 +1086,7 @@
10861086
"@typescript-eslint/eslint-plugin": "^7.8.0",
10871087
"@typescript-eslint/parser": "^7.8.0",
10881088
"@vscode/l10n-dev": "^0.0.35",
1089+
"@sprout2000/esbuild-copy-plugin": "^1.1.14",
10891090
"chai": "^4.4.1",
10901091
"concurrently": "^8.2.2",
10911092
"esbuild": "^0.20.2",

0 commit comments

Comments
 (0)