Skip to content

Commit

Permalink
Merge branch 'sinemakinci/CMakeProjectViewDocs' of https://github.com…
Browse files Browse the repository at this point in the history
…/microsoft/vscode-cmake-tools into sinemakinci/CMakeProjectViewDocs
  • Loading branch information
sinemakinci1 committed Nov 1, 2023
2 parents bc4343f + 0a8c337 commit 9156bdf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/cmake-project-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The full level of options for the CMake status can be seen below:
"cmake.options.advanced": {

"folder": {
"statusBarVisibility": "visible", "icon", "compact", "hidden",
"statusBarVisibility": "visible", "icon", "compact", "hidden",
"statusBarLength": 20,
"projectStatusVisibility": "visible", "hidden"
},
Expand Down Expand Up @@ -95,12 +95,12 @@ The full level of options for the CMake status can be seen below:
"statusBarLength": 20
},
"debug": {
"statusBarVisibility": "visible", "hidden",
"projectStatusVisibility": "visible", "hidden"
"statusBarVisibility": "visible", "hidden",
"projectStatusVisibility": "visible", "hidden"
},
"launch": {
"statusBarVisibility": "visible", "hidden",
"projectStatusVisibility": "visible", "hidden"
"launch": {
"statusBarVisibility": "visible", "hidden",
"projectStatusVisibility": "visible", "hidden"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ export class ExtensionManager implements vscode.Disposable {
}

configureWithDebuggerInternal(debuggerInformation: DebuggerInformation, folder?: vscode.WorkspaceFolder, showCommandOnly?: boolean) {
telemetry.logEvent("configureWithDebugger", { all: "false", debug: "true"});
telemetry.logEvent("configure", { all: "false", debug: "true"});
return this.runCMakeCommand(
cmakeProject => cmakeProject.configureInternal(ConfigureTrigger.commandConfigureWithDebugger, [], showCommandOnly ? ConfigureType.ShowCommandOnly : ConfigureType.NormalWithDebugger, debuggerInformation),
folder, undefined, true);
Expand Down

0 comments on commit 9156bdf

Please sign in to comment.