Align with laptop

8.0.100
bennycode.sort-everything
Settings Sort Everything
This commit is contained in:
Mike Phares 2023-11-18 07:08:29 -07:00
parent 6f3659de37
commit de9cc695dd
10 changed files with 146 additions and 122 deletions

View File

@ -21,7 +21,7 @@
"enableAnalyzersSupport": true
},
"sdk": {
"path": "C:/Program Files/dotnet/sdk/8.0.100-rc.2.23502.2/",
"version": "8.0.100-rc.2.23502.2"
"path": "C:/Program Files/dotnet/sdk/8.0.100/",
"version": "8.0.100"
}
}

View File

@ -32,6 +32,11 @@
"breadcrumbs.showModules": false,
"csharp.suppressBuildAssetsNotification": true,
"csharp.suppressDotnetRestoreNotification": true,
"cSpell.words": [
"blazorwasm",
"infineon",
"phares"
],
"debug.console.closeOnEnd": true,
"debug.console.fontSize": 12,
"debug.internalConsoleOptions": "neverOpen",
@ -44,6 +49,12 @@
"diffEditor.ignoreTrimWhitespace": false,
"dotnet.codeLens.enableReferencesCodeLens": false,
"dotnet.server.useOmnisharp": true,
"dotnetAcquisitionExtension.existingDotnetPath": [
{
"extensionId": "msazurermtools.azurerm-vscode-tools",
"path": "C:\\Program Files\\dotnet\\dotnet.exe"
}
],
"dotnetAcquisitionExtension.installTimeoutValue": 180,
"editor.accessibilitySupport": "off",
"editor.fontSize": 16,
@ -56,7 +67,16 @@
"explorer.confirmDragAndDrop": false,
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": true,
"explorer.fileNesting.patterns": {
"*": "$(capture).*",
"*.component.html": "$(capture).component.*",
"*.razor": "$(capture).razor.*"
},
"extensions.ignoreRecommendations": true,
"files.exclude": {
"**/*.spec.ts": true,
"**/.git": false
},
"git.autofetch": false,
"git.confirmSync": false,
"git.enableSmartCommit": true,
@ -66,62 +86,60 @@
"omnisharp.disableMSBuildDiagnosticWarning": true,
"omnisharp.enableEditorConfigSupport": true,
"omnisharp.enableRoslynAnalyzers": true,
"razor.disableBlazorDebugPrompt": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.enable-ts-plugin": true,
"task.quickOpen.history": 20,
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.enableMultiLinePasteWarning": false,
"terminal.integrated.fontSize": 12,
"terminal.integrated.tabs.enabled": true,
"thunder-client.saveToWorkspace": false,
"thunder-client.workspaceRelativePath": ".vscode",
"typescript.updateImportsOnFileMove.enabled": "always",
"vscode-edge-devtools.mirrorEdits": true,
"vscode-edge-devtools.webhint": false,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"window.commandCenter": true,
"window.menuBarVisibility": "compact",
"window.newWindowDimensions": "maximized",
"window.zoomLevel": 1,
"workbench.commandPalette.history": 20,
"workbench.editor.empty.hint": "hidden",
"workbench.editor.untitled.hint": "hidden",
"workbench.list.openMode": "doubleClick",
"workbench.startupEditor": "newUntitledFile",
"cSpell.words": [
"blazorwasm"
],
"dotnetAcquisitionExtension.existingDotnetPath": [
"paste-replaced.replacers": [
{
"extensionId": "msazurermtools.azurerm-vscode-tools",
"path": "C:\\Program Files\\dotnet\\dotnet.exe"
"name": "Windows to Linux",
"replacements": [
[
"\\\\",
"/",
"g"
]
]
}
],
"explorer.fileNesting.patterns": {
"*.razor": "$(capture).razor.*",
"*.component.html": "$(capture).component.*",
"*": "$(capture).*"
},
"files.exclude": {
"**/.git": false,
"**/*.spec.ts": true
},
"remote.SSH.remotePlatform": {
"192.168.0.73": "linux",
"192.168.0.34": "linux",
"192.168.0.112": "linux"
},
"workbench.editorAssociations": {
"*.dib": "default",
"*.lnk": "ink.connector"
},
"prettier.enabledLanguageIds": [
"csharp",
"css",
"elm",
"flow",
"graphql",
"handlebars",
"html",
"java",
"javascript",
"javascriptreact",
"jsonc",
"less",
"markdown",
"mdx",
"php",
"postcss",
"ruby",
"scss",
"solidity",
"svelte",
"svg",
"typescript",
"typescriptreact",
"twig",
"vue",
"xml",
"yaml",
"json"
],
"privateExtensions.registries": [
{
"name": "localhost",
"registry": "http://localhost:4873/-/v1/search?text=&size=20&from=0"
}
],
"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,
@ -232,36 +250,7 @@
"name": "Ubuntu - chown root"
}
],
"prettier.enabledLanguageIds": [
"csharp",
"css",
"elm",
"flow",
"graphql",
"handlebars",
"html",
"java",
"javascript",
"javascriptreact",
"jsonc",
"less",
"markdown",
"mdx",
"php",
"postcss",
"ruby",
"scss",
"solidity",
"svelte",
"svg",
"typescript",
"typescriptreact",
"twig",
"vue",
"xml",
"yaml",
"json"
],
"security.workspace.trust.untrustedFiles": "open",
"settings.cycle": [
{
"id": "sortOrder",
@ -278,5 +267,30 @@
}
]
}
]
],
"svelte.enable-ts-plugin": true,
"task.quickOpen.history": 20,
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.enableMultiLinePasteWarning": false,
"terminal.integrated.fontSize": 12,
"terminal.integrated.tabs.enabled": true,
"thunder-client.saveToWorkspace": false,
"thunder-client.workspaceRelativePath": ".vscode",
"typescript.updateImportsOnFileMove.enabled": "always",
"vscode-edge-devtools.mirrorEdits": true,
"vscode-edge-devtools.webhint": false,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"window.commandCenter": true,
"window.menuBarVisibility": "compact",
"window.newWindowDimensions": "maximized",
"window.zoomLevel": 1,
"workbench.commandPalette.history": 20,
"workbench.editor.empty.hint": "hidden",
"workbench.editorAssociations": {
"*.dib": "default",
"*.lnk": "ink.connector",
"*.pcl": "hexEditor.hexedit"
},
"workbench.list.openMode": "doubleClick",
"workbench.startupEditor": "newUntitledFile"
}

View File

@ -1,6 +1,6 @@
{
"name": "Code",
"version": "1.84.0",
"version": "1.84.2",
"distro": "ff0198cd90b25ba7ca853279cea9b8bb3cf5164d",
"author": {
"name": "Microsoft Corporation"

View File

@ -2378,16 +2378,16 @@
"confirmationAction": "Install",
"confirmationMessage": "Are you sure you want to install GitHub Copilot?"
},
"commit": "d037ac076cee195194f93ce6fe2bdfe2969cc82d",
"date": "2023-11-01T11:29:04.398Z",
"commit": "1a5daa3a0231a0fbba4f14db7ec463cf99d7768e",
"date": "2023-11-09T10:51:52.184Z",
"checksums": {
"vs/base/parts/sandbox/electron-sandbox/preload.js": "KHZHxB1OYoF7HZVmMdEd2w",
"vs/workbench/workbench.desktop.main.js": "t1RjXiziCVXbYceYGRrZIg",
"vs/base/parts/sandbox/electron-sandbox/preload.js": "Gyc7SOfl3cZy0yqZe8diRA",
"vs/workbench/workbench.desktop.main.js": "Gkqb5vTlgMGdmbTYcoOlnw",
"vs/workbench/workbench.desktop.main.css": "nnTNzl4zg2YNxrRFaHojeA",
"vs/workbench/api/node/extensionHostProcess.js": "IQLdItg6yjjxlenKjQeODg",
"vs/workbench/api/node/extensionHostProcess.js": "2eOfJ2hzsvnmvJ2kNiqk0A",
"vs/code/electron-sandbox/workbench/workbench.html": "Nei/i2NoxE9Pdo7ZULeFgA",
"vs/code/electron-sandbox/workbench/workbench.js": "I66875UGSqFsMswHTWQYMA"
"vs/code/electron-sandbox/workbench/workbench.js": "+/DV1lEJMrUpT98PL0Y+ZQ"
},
"version": "1.84.0",
"version": "1.84.2",
"target": "user"
}

View File

@ -1,6 +1,6 @@
{
"name": "VSCodium",
"version": "1.84.0",
"version": "1.84.2",
"distro": "ff0198cd90b25ba7ca853279cea9b8bb3cf5164d",
"author": {
"name": "VSCodium"
@ -227,5 +227,5 @@
"optionalDependencies": {
"windows-foreground-love": "0.5.0"
},
"release": "23306"
"release": "23319"
}

View File

@ -589,17 +589,17 @@
"default": false
}
},
"commit": "695a9146b1347633e608f9f166c81b5b2843b492",
"date": "2023-11-02T15:38:26.946Z",
"commit": "1fc52b725b3f76b97eadfd988cea42a739ae923f",
"date": "2023-11-15T22:06:28.743Z",
"checksums": {
"vs/base/parts/sandbox/electron-sandbox/preload.js": "EjJ8/ioATRIlO6PM79KeNg",
"vs/workbench/workbench.desktop.main.js": "rXCHgy9ZvKiXje3ktzeuQQ",
"vs/base/parts/sandbox/electron-sandbox/preload.js": "e0mFlJJsi9/2Cc36zlowLA",
"vs/workbench/workbench.desktop.main.js": "4LYK59UZDa7DUsR4hG7n/g",
"vs/workbench/workbench.desktop.main.css": "YkGJy0ghDNdDgqZ4vc/QNA",
"vs/workbench/api/node/extensionHostProcess.js": "WQdvSEpljZlb7OoGCGLc1Q",
"vs/workbench/api/node/extensionHostProcess.js": "KfobCgf5iHEEgVxyzF05IA",
"vs/code/electron-sandbox/workbench/workbench.html": "bpdopoC1p6nVwkX76kPiFw",
"vs/code/electron-sandbox/workbench/workbench.js": "nezsCY196lU8e+MQlEPpaQ"
"vs/code/electron-sandbox/workbench/workbench.js": "Exy3CGQxaoqELQZNEI64Ww"
},
"version": "1.84.0",
"release": "23306",
"version": "1.84.2",
"release": "23319",
"target": "user"
}

View File

@ -1,7 +1,7 @@
{
"name": "Code - Insiders",
"version": "1.85.0-insider",
"distro": "ff0198cd90b25ba7ca853279cea9b8bb3cf5164d",
"distro": "26f09fe67388d300c05862230816e49a107e9a1b",
"author": {
"name": "Microsoft Corporation"
},
@ -71,7 +71,7 @@
"@parcel/watcher": "2.1.0",
"@vscode/iconv-lite-umd": "0.7.0",
"@vscode/policy-watcher": "^1.1.4",
"@vscode/proxy-agent": "^0.17.5",
"@vscode/proxy-agent": "^0.18.1",
"@vscode/ripgrep": "^1.15.6",
"@vscode/spdlog": "^0.13.12",
"@vscode/sqlite3": "5.1.6-vscode",
@ -80,6 +80,14 @@
"@vscode/windows-mutex": "^0.4.4",
"@vscode/windows-process-tree": "^0.5.0",
"@vscode/windows-registry": "^1.1.0",
"@xterm/addon-canvas": "0.6.0-beta.14",
"@xterm/addon-image": "0.7.0-beta.12",
"@xterm/addon-search": "0.14.0-beta.14",
"@xterm/addon-serialize": "0.12.0-beta.14",
"@xterm/addon-unicode11": "0.7.0-beta.14",
"@xterm/addon-webgl": "0.17.0-beta.14",
"@xterm/headless": "5.4.0-beta.14",
"@xterm/xterm": "5.4.0-beta.14",
"graceful-fs": "4.2.11",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.2",
@ -96,14 +104,6 @@
"vscode-oniguruma": "1.7.0",
"vscode-regexpp": "^3.1.0",
"vscode-textmate": "9.0.0",
"xterm": "5.4.0-beta.37",
"xterm-addon-canvas": "0.6.0-beta.37",
"xterm-addon-image": "0.6.0-beta.21",
"xterm-addon-search": "0.14.0-beta.36",
"xterm-addon-serialize": "0.12.0-beta.36",
"xterm-addon-unicode11": "0.7.0-beta.36",
"xterm-addon-webgl": "0.17.0-beta.36",
"xterm-headless": "5.4.0-beta.37",
"yauzl": "^2.9.2",
"yazl": "^2.4.3"
},
@ -140,6 +140,7 @@
"@vscode/test-cli": "^0.0.3",
"@vscode/test-electron": "^2.3.5",
"@vscode/test-web": "^0.0.42",
"@vscode/v8-heap-parser": "^0.1.0",
"@vscode/vscode-perf": "^0.0.14",
"ansi-colors": "^3.2.3",
"asar": "^3.0.3",
@ -150,7 +151,7 @@
"cssnano": "^4.1.11",
"debounce": "^1.0.0",
"deemon": "^1.8.0",
"electron": "25.9.2",
"electron": "25.9.4",
"eslint": "8.36.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-jsdoc": "^46.5.0",
@ -208,7 +209,7 @@
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsec": "0.2.7",
"typescript": "^5.3.0-dev.20231030",
"typescript": "^5.4.0-dev.20231116",
"typescript-formatter": "7.1.0",
"vscode-nls-dev": "^3.3.1",
"webpack": "^5.77.0",

View File

@ -1762,11 +1762,11 @@
"testObserver",
"quickPickItemTooltip",
"terminalDataWriteEvent",
"terminalExecuteCommandEvent",
"saveEditor"
],
"ms-dotnettools.dotnet-interactive-vscode": [
"notebookMessaging",
"languageConfigurationAutoClosingPairs"
"notebookMessaging"
],
"GitHub.codespaces": [
"contribEditSessions",
@ -1832,6 +1832,7 @@
"ms-vscode-remote.remote-containers": [
"contribEditSessions",
"resolvers",
"portsAttributes",
"tunnels",
"workspaceTrust",
"terminalDimensions",
@ -1895,7 +1896,8 @@
"aiRelatedInformation",
"codeActionAI",
"findTextInFiles",
"textSearchProvider"
"textSearchProvider",
"scmInputBoxValueProvider"
],
"GitHub.remotehub": [
"contribRemoteHelp",
@ -2260,6 +2262,13 @@
"user:email",
"read:org"
]
},
"microsoft": {
"scopes": [
"46da2f7e-b5ef-422a-88d4-2a7f9de6a0b2/.default",
"profile",
"openid"
]
}
}
},
@ -2315,8 +2324,8 @@
},
{
"name": "ms-vscode.vscode-js-profile-table",
"version": "1.0.3",
"sha256": "b9dab017506d9e6a469a0f82b392e4cb1d7a25a4843f1db8ba396cbee209cfc5",
"version": "1.0.7",
"sha256": "76924898456e45c1071a0ac4d31990bb740b689177665df915f3d39c7b767ba7",
"repo": "https://github.com/microsoft/vscode-js-profile-visualizer",
"metadata": {
"id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb",
@ -2371,15 +2380,15 @@
"confirmationAction": "Install",
"confirmationMessage": "Are you sure you want to install GitHub Copilot?"
},
"commit": "a9d8fbca9ec9a7914f2077a83ca66a08c7e10f83",
"date": "2023-11-02T09:02:24.464Z",
"commit": "54b8f6a80aaad7489b75e9293b8d7a1700bed815",
"date": "2023-11-17T10:49:40.914Z",
"checksums": {
"vs/base/parts/sandbox/electron-sandbox/preload.js": "+YjAT0E1c7lIptsWGS3Yew",
"vs/workbench/workbench.desktop.main.js": "zpnCTtoUdDuo4F0i+tO/mA",
"vs/workbench/workbench.desktop.main.css": "M7hVHL/fchc2dcCcOb5peQ",
"vs/workbench/api/node/extensionHostProcess.js": "jL1WgW8wzL9MAeP77gepkw",
"vs/base/parts/sandbox/electron-sandbox/preload.js": "ONmrIsER9AXMw/MeoMWtCA",
"vs/workbench/workbench.desktop.main.js": "PPz12wM0RSiw4dvF/W0Akw",
"vs/workbench/workbench.desktop.main.css": "fN7Oxkiikidy80U9pc5ZTw",
"vs/workbench/api/node/extensionHostProcess.js": "+ssbdx5VLTydm9RmM0302Q",
"vs/code/electron-sandbox/workbench/workbench.html": "Nei/i2NoxE9Pdo7ZULeFgA",
"vs/code/electron-sandbox/workbench/workbench.js": "Cg5Ry8xPTQBp0/MflivowA"
"vs/code/electron-sandbox/workbench/workbench.js": "3B9sKK4UCJyWMqdv1OuJ4Q"
},
"version": "1.85.0-insider",
"target": "user"

Binary file not shown.

Binary file not shown.