Removed instructions

omnisharp.json 8.0.104
workbench.editor.enablePreview: false
Sort Everything
Thunder Client: Added collections
Telemetry off
This commit is contained in:
2024-07-12 16:46:13 -07:00
parent 775ed9ef63
commit 5d92b00850
19 changed files with 1292 additions and 39 deletions

View File

@ -121,11 +121,6 @@
}
],
"razor.disableBlazorDebugPrompt": true,
"remote.SSH.remotePlatform": {
"192.168.0.112": "linux",
"192.168.0.34": "linux",
"192.168.0.73": "linux"
},
"runTerminalCommand.commands": [
{
"auto": true,
@ -236,6 +231,7 @@
"name": "Ubuntu - chown root"
}
],
"scm.experimental.showHistoryGraph": true,
"security.workspace.trust.untrustedFiles": "open",
"settings.cycle": [
{
@ -256,8 +252,9 @@
],
"svelte.enable-ts-plugin": true,
"task.quickOpen.history": 20,
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.enableMultiLinePasteWarning": false,
"telemetry.telemetryLevel": "off",
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"terminal.integrated.enableMultiLinePasteWarning": "never",
"terminal.integrated.fontSize": 12,
"terminal.integrated.tabs.enabled": true,
"thunder-client.saveToWorkspace": false,