Skip to content

Commit

Permalink
Bump typescript-language-server from 4.3.1 to 4.3.2 (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rafal Chlodnicki <[email protected]>
  • Loading branch information
dependabot[bot] and rchl authored Feb 5, 2024
1 parent 8ece5c5 commit 4906f69
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
12 changes: 10 additions & 2 deletions LSP-typescript.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"useLabelDetailsInCompletionEntries": true,
},
"tsserver.logDirectory": "",
"tsserver.logVerbosity": "off",
"tsserver.logVerbosity": "off",
"tsserver.path": "",
"tsserver.fallbackPath": "",
"tsserver.trace": "off",
Expand Down Expand Up @@ -124,6 +124,14 @@
"typescript.referencesCodeLens.enabled": false,
"typescript.referencesCodeLens.showOnAllFunctions": false,
},
"command": ["${node_bin}", "${server_path}", "--stdio"],
"command": [
"${node_bin}",
"${server_path}",
"--stdio"
],
"selector": "source.js, source.jsx, source.ts, source.tsx",
"schemes": [
"file", // regular files
"buffer", // in-memory buffers
],
}
14 changes: 7 additions & 7 deletions typescript-language-server/package-lock.json

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

2 changes: 1 addition & 1 deletion typescript-language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"dependencies": {
"typescript": "5.3.3",
"typescript-language-server": "4.3.1"
"typescript-language-server": "4.3.2"
}
}

0 comments on commit 4906f69

Please sign in to comment.