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 5, 2024
1 parent 4d1f0e6 commit b16aef1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 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.

10 changes: 5 additions & 5 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.6.4",
"version": "3.7.0",
"private": true,
"publisher": "SomewhatStationery",
"license": "MIT",
Expand Down Expand Up @@ -71,7 +71,7 @@
"default": [],
"markdownDescription": "A list of paths relative to the workspace root where the language server should look for stylesheets loaded by `@use` and `@import`. `node_modules` is always included.\n\nNote that you will have to [configure your Sass compiler separately](https://sass-lang.com/documentation/cli/dart-sass/#load-path)."
},
"somesass.scannerDepth": {
"somesass.scannerDepth": {
"type": "number",
"default": 30,
"description": "The maximum number of nested directories to scan."
Expand All @@ -88,7 +88,7 @@
],
"description": "List of glob patterns for directories that are excluded when scanning."
},
"somesass.scanImportedFiles": {
"somesass.scanImportedFiles": {
"type": "boolean",
"default": true,
"deprecationMessage": "Will be removed at some point after `@import` becomes CSS-only.",
Expand Down Expand Up @@ -139,7 +139,7 @@
},
"dependencies": {
"fast-glob": "3.3.2",
"some-sass-language-server": "1.5.5",
"some-sass-language-server": "1.6.0",
"vscode-css-languageservice": "6.3.1",
"vscode-languageclient": "9.0.1",
"vscode-uri": "3.0.7"
Expand Down Expand Up @@ -169,4 +169,4 @@
"publisherId": "02638283-c13a-4acf-9f26-24bdcfdfce24",
"isPreReleaseVersion": false
}
}
}

0 comments on commit b16aef1

Please sign in to comment.