We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16804b5 commit 6de9b62Copy full SHA for 6de9b62
src/xdebugConnection.ts
@@ -845,9 +845,9 @@ export class Connection extends DbgpConnection {
845
return this._pendingExecuteCommand
846
}
847
848
- private _featureSet = new Map<string, number|string>()
+ private _featureSet = new Map<string, number | string>()
849
850
- public featureSet(feature:string): number|string|undefined {
+ public featureSet(feature: string): number | string | undefined {
851
return this._featureSet.get(feature)
852
853
0 commit comments