Skip to content

Commit

Permalink
Update Master CSS Vscode to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed May 8, 2024
1 parent 4b31640 commit 69c1ac4
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 3,932 deletions.
2 changes: 1 addition & 1 deletion packages/language-server/src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export default class CSSLanguageServer {
try {
workspaceConfig = exploreConfig({
cwd: workspace.path,
found: () => { }
found: undefined
})
} catch (e) {
console.info('Failed to load config from', workspace)
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint src",
"vscode:publish": "vsce publish --pre-release"
},
"version": "2.0.4",
"version": "2.0.5",
"description": "Master CSS for Visual Studio Code",
"displayName": "Master CSS",
"author": "Aoyue Design LLC.",
Expand Down

0 comments on commit 69c1ac4

Please sign in to comment.