Such cases have historically made the TS server crash sometimes. But up until VS Code 1.86.0, I could just restart it using the command and it was not a big deal. Hi@mjbvz Sorry, I opened the issue out of a frustrating coding session and did not add any reproduction/context at all....
https://marketplace.visualstudio.com/items?itemName=neotan.vscode-auto-restart-typescript-eslint-servers 👍 1 Sorry, something went wrong. neotan closed this as completed Jul 20, 2023 Author Gusarovv commented Jul 21, 2023 Thanks! I updated the version to v0.0.5. Disabled the notif...
However, because the logic was being run ontext editorevents, it seems that the state of thevscode.window.tabGroups.activeTabGroupwas not always correct, resulting in the wrong editor being chosen. As such, you might have a typescript editor open, but the commands wouldn't show up. Fix T...
I'm also using asdf on my shell, not sure if it affects vscode behaviour? it's not supposed to since it has been working for the past year with asdf suddenly when pressing ctrl + shift + p, restart ts server is not there anymore as usual VS code version: Version: 1.74.2 (user ...
vscode-triage-botassigned mjbvzon Jan 24, 2021 mjbvz commented on Jan 26, 2021 mjbvz on Jan 26, 2021 Collaborator You can run the Restart TS server command to restart the server. This is not a passable operation (or one we think users should care about pausing in the first place...
PowerShell ms-vscode.powershell 2024.2.2 Prettier - Code formatter esbenp.prettier-vscode 11.0.0 Prettier ESLint rvest.vs-code-prettier-eslint 6.0.0 Pretty TypeScript Errors YoavBls.pretty-ts-errors 0.6.0 Project Manager for Java vscjava.vscode-java-dependency 0.24.0 Pylance ms-python.vscode...
40 changes: 39 additions & 1 deletion 40 .vscode/settings.json @@ -1,3 +1,41 @@ { "typescript.tsdk": "node_modules/typescript/lib" // Enable the ESlint flat config support "eslint.experimental.useFlatConfig": true, // Disable the default formatter, use eslint instead "prettier....
.vscode feat: migrate to type:module, support Vite 5,close#22 Nov 17, 2023 examples/vanilla chore: update deps Jun 27, 2024 src fix: add the delay to the server restart function (#24) Jun 27, 2024 .gitignore chore: init Mar 16, 2021 ...