Fix trailing newlines and minor typo fixes
This commit is contained in:
4
contrib/.vscode/launch.json
vendored
4
contrib/.vscode/launch.json
vendored
@@ -6,7 +6,7 @@
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"program": "${command:cmake.buildDirectory}/tests/Tests_run",
|
||||
"program": "${command:cmake.buildDirectory}/tests/Tests_run",
|
||||
"args": [],
|
||||
"environment": [
|
||||
{
|
||||
@@ -33,7 +33,7 @@
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"program": "${command:cmake.buildDirectory}/bin/FreeCAD",
|
||||
"program": "${command:cmake.buildDirectory}/bin/FreeCAD",
|
||||
"args": ["${workspaceFolder}/.vscode/scripts/VSCodeAutostartDebug.FCMacro"],
|
||||
"environment": [
|
||||
{
|
||||
|
||||
12
contrib/.vscode/settings.json
vendored
12
contrib/.vscode/settings.json
vendored
@@ -1,8 +1,8 @@
|
||||
{
|
||||
// This disables vscode from adding lines to files.associations,
|
||||
{
|
||||
// This disables vscode from adding lines to files.associations,
|
||||
// some files might not be recognized though.
|
||||
// This is a vscode issue.
|
||||
"C_Cpp.autoAddFileAssociations": false,
|
||||
"C_Cpp.autoAddFileAssociations": false,
|
||||
"files.associations": {
|
||||
"*.c": "c",
|
||||
"*.h": "cpp",
|
||||
@@ -12,7 +12,7 @@
|
||||
"*.hxx": "cpp",
|
||||
"*.py": "python",
|
||||
"*.FCMacro": "python"
|
||||
},
|
||||
},
|
||||
|
||||
"editor.formatOnType": true,
|
||||
"files.autoSave": "afterDelay",
|
||||
@@ -20,8 +20,8 @@
|
||||
|
||||
// Does not quick launch the debugger, forces to select debugger config every time
|
||||
// Use the debug panel on the left instead
|
||||
"debug.showInStatusBar": "never",
|
||||
|
||||
"debug.showInStatusBar": "never",
|
||||
|
||||
"cmake.options.advanced": {
|
||||
"configurePreset": {
|
||||
"statusBarVisibility": "visible"
|
||||
|
||||
Reference in New Issue
Block a user