Skip to content

Commit

Permalink
Some maintenance on VS Code extension (#431)
Browse files Browse the repository at this point in the history
* Remove activation events
* Fix `rootDir` error
* Remove broken activation events
  • Loading branch information
juliasilge authored May 6, 2024
1 parent 3bd070a commit 0e27dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
24 changes: 2 additions & 22 deletions apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,37 +28,17 @@
],
"private": true,
"engines": {
"vscode": "^1.66.0"
"vscode": "^1.75.0"
},
"main": "./out/main.js",
"browser": "./browser.js",
"activationEvents": [
"onLanguage:quarto",
"onLanguage:mermaid",
"onLanguage:dot",
"onLanguage:r",
"onCommand:quarto.preview",
"onCommand:quarto.previewFormat",
"onCommand:quarto.renderDocument",
"onCommand:quarto.renderProject",
"onCommand.quarto.editInSourceMode",
"onCommand.quarto.editInVisualMode",
"onCommand:quarto.newDocument",
"onCommand:quarto.fileNewDocument",
"onCommand:quarto.newPresentation",
"onCommand:quarto.newNotebook",
"onCommand:quarto.showAssist",
"onCommand:quarto.verifyInstallation",
"onCommand:quarto.walkthrough.newDocument",
"onCommand:quarto.createProject",
"onCommand:quarto.fileCreateProject",
"workspaceContains:**/*.{qmd,rmd}",
"workspaceContains:**/_quarto.{yml,yaml}",
"workspaceContains:**/_extension.{yml,yaml}",
"onWebviewPanel:quarto.previewView",
"onWebviewPanel:quarto.diagramView",
"onCustomEditor:quarto.visualEditor",
"onView:quarto-assist"
"onWebviewPanel:quarto.diagramView"
],
"capabilities": {
"virtualWorkspaces": true
Expand Down
1 change: 0 additions & 1 deletion apps/vscode/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"ES2021"
],
"sourceMap": true,
"rootDir": "src",
"strict": true /* enable all strict type-checking options */
/* Additional Checks */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
Expand Down

0 comments on commit 0e27dc4

Please sign in to comment.