Skip to content

Commit

Permalink
chore: updated language server
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Sep 7, 2024
1 parent 3cbd292 commit cdd3866
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 deletions.
16 changes: 2 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "some-sass",
"displayName": "Some Sass: extended support for Sass and SassDoc",
"description": "Full support for @use and @forward, including aliases, prefixes and hiding. Rich documentation through SassDoc. Workspace-wide code navigation and refactoring.",
"version": "3.7.0",
"version": "3.7.1",
"private": true,
"publisher": "SomewhatStationery",
"license": "MIT",
Expand Down Expand Up @@ -139,7 +139,7 @@
},
"dependencies": {
"fast-glob": "3.3.2",
"some-sass-language-server": "1.6.0",
"some-sass-language-server": "1.6.1",
"vscode-css-languageservice": "6.3.1",
"vscode-languageclient": "9.0.1",
"vscode-uri": "3.0.7"
Expand All @@ -157,10 +157,10 @@
"vscode:prepublish": "run-s clean build:production:*",
"clean": "shx rm -rf dist",
"build": "run-s build:*",
"build:node": "rspack --config ./rspack.node.config.js",
"build:browser": "rspack --config ./rspack.browser.config.js",
"build:production:node": "npm run build:node -- --mode=production",
"build:production:browser": "npm run build:browser -- --mode=production",
"build:node": "rspack --config ./rspack.node.config.js",
"build:browser": "rspack --config ./rspack.browser.config.js",
"build:production:node": "npm run build:node -- --mode=production",
"build:production:browser": "npm run build:browser -- --mode=production",
"start:web": "vscode-test-web --browserType=chromium --extensionDevelopmentPath=.",
"lint": "eslint \"**/*.ts\" --cache",
"test:e2e": "node ./test/e2e/runTest.js",
Expand All @@ -173,4 +173,4 @@
"publisherId": "02638283-c13a-4acf-9f26-24bdcfdfce24",
"isPreReleaseVersion": false
}
}
}

0 comments on commit cdd3866

Please sign in to comment.