Skip to content

Commit

Permalink
fix: read setting for maximum color decorators
Browse files Browse the repository at this point in the history
Fixes a problem where the extension would be unresponsive in large
documents.
  • Loading branch information
wkillerud committed May 30, 2024
1 parent 037a308 commit 25d276b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
15 changes: 2 additions & 13 deletions package-lock.json

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

4 changes: 2 additions & 2 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 SCSS 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.1.4",
"version": "3.1.5",
"private": true,
"publisher": "SomewhatStationery",
"license": "MIT",
Expand Down Expand Up @@ -103,7 +103,7 @@
},
"dependencies": {
"fast-glob": "3.3.2",
"some-sass-language-server": "1.2.3",
"some-sass-language-server": "1.2.4",
"vscode-css-languageservice": "6.2.14",
"vscode-languageclient": "9.0.1",
"vscode-uri": "3.0.7"
Expand Down

0 comments on commit 25d276b

Please sign in to comment.