Skip to content

Commit

Permalink
Merge pull request #934 from microsoft/dbaeumer/legitimate-ermine-lav…
Browse files Browse the repository at this point in the history
…ender

Update dependencies and launch config
  • Loading branch information
dbaeumer authored Dec 18, 2023
2 parents bf8d965 + b695a10 commit 94c1b17
Show file tree
Hide file tree
Showing 8 changed files with 1,881 additions and 2,582 deletions.
2 changes: 1 addition & 1 deletion lsp-web-extension-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"configurations": [
{
"name": "Launch Client",
"type": "pwa-extensionHost",
"type": "extensionHost",
"debugWebWorkerHost": true,
"request": "launch",
"args": [
Expand Down
2 changes: 1 addition & 1 deletion lsp-web-extension-sample/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"typescript.tsc.autoDetect": "off",
"typescript.preferences.quoteStyle": "single",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
Loading

0 comments on commit 94c1b17

Please sign in to comment.