Skip to content

Commit

Permalink
Remove definitionProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed May 24, 2024
1 parent da63585 commit eeb182d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"onLanguage:php",
"onLanguage:html",
"onLanguage:javascript",
"onLanguage:typescript",
"onView:controllerDefinitions"
"onLanguage:typescript"
],
"main": "./client/out/extension",
"contributes": {
Expand Down
1 change: 0 additions & 1 deletion server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ connection.onInitialize(async (params: InitializeParams) => {
textDocumentSync: TextDocumentSyncKind.Incremental,
completionProvider: { resolveProvider: true },
codeActionProvider: true,
definitionProvider: true,
executeCommandProvider: {
commands: [
"turbo.config.create"
Expand Down

0 comments on commit eeb182d

Please sign in to comment.