File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 23712371 }
23722372 },
23732373 "visualizerFile" : {
2374- "type" : " string" ,
2374+ "anyOf" : [
2375+ {
2376+ "type" : " string" ,
2377+ "default" : " "
2378+ },
2379+ {
2380+ "type" : " array" ,
2381+ "default" : [],
2382+ "items" : {
2383+ "type" : " string"
2384+ }
2385+ }
2386+ ],
23752387 "description" : " %cmake-tools.configuration.cmake.debugConfig.visualizerFile.description%"
23762388 },
23772389 "args" : {
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export interface CppDebugConfiguration {
3434 externalConsole ?: boolean ;
3535 console ?: ConsoleTypes ;
3636 logging ?: DebuggerLogging ;
37- visualizerFile ?: string ;
37+ visualizerFile ?: string | string [ ] ;
3838 args ?: string [ ] ;
3939 cwd ?: string ;
4040 environment ?: proc . DebuggerEnvironmentVariable [ ] ;
You can’t perform that action at this time.
0 commit comments