Skip to content

Commit

Permalink
fix useWorkspaceDependencies description
Browse files Browse the repository at this point in the history
  • Loading branch information
phil294 committed Aug 6, 2023
1 parent 1c4cf00 commit 3d76ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"coffeesense.useWorkspaceDependencies": {
"type": "boolean",
"default": false,
"description": "Use dependencies from workspace. Support for TypeScript, Prettier, @starptech/prettyhtml, prettier-eslint, prettier-tslint, stylus-supremacy, @prettier/plugin-pug.",
"description": "Use dependencies from workspace. Currently only for TypeScript.",
"scope": "application"
},
"coffeesense.trace.server": {
Expand Down Expand Up @@ -153,7 +153,7 @@
"rollup-plugin-typescript2": "^0.31.2",
"shelljs": "^0.8.5",
"ts-node": "^10.6.0",
"typescript": "^4.7.1-rc",
"typescript": "^5.1.6",
"vsce": "^2.11.0",
"vscode-languageserver-types": "^3.16.0"
},
Expand Down

0 comments on commit 3d76ff6

Please sign in to comment.