mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
naming, formatting
This commit is contained in:
committed by
Aaron Munger
parent
ac59af460c
commit
74d6858c83
@@ -9,7 +9,7 @@ declare module 'vscode' {
|
||||
variableProvider?: NotebookVariableProvider;
|
||||
}
|
||||
|
||||
export type VariablesRequestKind = 'named' | 'indexed';
|
||||
type VariablesRequestKind = 'named' | 'indexed';
|
||||
|
||||
interface VariablesResult {
|
||||
variable: Variable;
|
||||
|
||||
Reference in New Issue
Block a user