naming, formatting

This commit is contained in:
Aaron Munger
2023-11-16 14:23:48 -08:00
committed by Aaron Munger
parent ac59af460c
commit 74d6858c83
7 changed files with 12 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ declare module 'vscode' {
variableProvider?: NotebookVariableProvider;
}
export type VariablesRequestKind = 'named' | 'indexed';
type VariablesRequestKind = 'named' | 'indexed';
interface VariablesResult {
variable: Variable;