Skip to content

Commit

Permalink
Add debugging provider to client capabilities. (#148)
Browse files Browse the repository at this point in the history
Add debugging provider to client capabilities.
  • Loading branch information
olafurpg authored Oct 6, 2019
2 parents 5832cbd + 8c17915 commit 9e40d8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MetalsFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export class MetalsFeatures implements StaticFeature {
params.capabilities.experimental = {};
}
params.capabilities.experimental.treeViewProvider = true;
params.capabilities.experimental.debuggingProvider = true;
}
fillClientCapabilities(): void {}
initialize(capabilities: ServerCapabilities): void {
Expand Down

0 comments on commit 9e40d8f

Please sign in to comment.