Skip to content

Commit

Permalink
Merge pull request #128 from mkslanc/code-action
Browse files Browse the repository at this point in the history
Global Refactoring: Transition from `sessionId` to `documentUri` and Major Workspace Enhancements
  • Loading branch information
mkslanc authored Aug 15, 2024
2 parents 0959dd6 + be5b06b commit 9f7bc45
Show file tree
Hide file tree
Showing 52 changed files with 3,022 additions and 1,537 deletions.
1,330 changes: 417 additions & 913 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ace-linters-root",
"version": "1.2.3",
"version": "1.3.0",
"scripts": {
"build:ace-linters": "cd packages/ace-linters && npm run build",
"build:ace-sql-linter": "cd packages/ace-sql-linter && npm run build",
Expand All @@ -11,6 +11,7 @@
},
"dependencies": {
"ace-code": "^1.35.0",
"ace-layout": "latest",
"jsonc-parser": "latest",
"typescript": "^5.3.3"
},
Expand Down
5 changes: 3 additions & 2 deletions packages/ace-linters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ace-linters",
"author": "Azat Alimov <mkslanc@gmail.com>",
"version": "1.2.3",
"version": "1.3.0",
"scripts": {
"clean": "rimraf build",
"prebuild": "node prebuild.js",
Expand Down Expand Up @@ -34,7 +34,8 @@
"@xml-tools/constraints": "^1.1.1",
"@xml-tools/parser": "^1.0.11",
"@xml-tools/ast": "^5.0.5",
"@xml-tools/simple-schema": "^3.0.5"
"@xml-tools/simple-schema": "^3.0.5",
"vscode-uri": "^3.0.8"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
Expand Down
Loading

0 comments on commit 9f7bc45

Please sign in to comment.