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 "enableAnalyzersSupport": true
}, },
"sdk": { "sdk": {
"path": "C:/Program Files/dotnet/sdk/8.0.100-rc.2.23502.2/", "path": "C:/Program Files/dotnet/sdk/8.0.100/",
"version": "8.0.100-rc.2.23502.2" "version": "8.0.100"
} }
} }

View File

@ -32,6 +32,11 @@
"breadcrumbs.showModules": false, "breadcrumbs.showModules": false,
"csharp.suppressBuildAssetsNotification": true, "csharp.suppressBuildAssetsNotification": true,
"csharp.suppressDotnetRestoreNotification": true, "csharp.suppressDotnetRestoreNotification": true,
"cSpell.words": [
"blazorwasm",
"infineon",
"phares"
],
"debug.console.closeOnEnd": true, "debug.console.closeOnEnd": true,
"debug.console.fontSize": 12, "debug.console.fontSize": 12,
"debug.internalConsoleOptions": "neverOpen", "debug.internalConsoleOptions": "neverOpen",
@ -44,6 +49,12 @@
"diffEditor.ignoreTrimWhitespace": false, "diffEditor.ignoreTrimWhitespace": false,
"dotnet.codeLens.enableReferencesCodeLens": false, "dotnet.codeLens.enableReferencesCodeLens": false,
"dotnet.server.useOmnisharp": true, "dotnet.server.useOmnisharp": true,
"dotnetAcquisitionExtension.existingDotnetPath": [
{
"extensionId": "msazurermtools.azurerm-vscode-tools",
"path": "C:\\Program Files\\dotnet\\dotnet.exe"
}
],
"dotnetAcquisitionExtension.installTimeoutValue": 180, "dotnetAcquisitionExtension.installTimeoutValue": 180,
"editor.accessibilitySupport": "off", "editor.accessibilitySupport": "off",
"editor.fontSize": 16, "editor.fontSize": 16,
@ -56,7 +67,16 @@
"explorer.confirmDragAndDrop": false, "explorer.confirmDragAndDrop": false,
"explorer.fileNesting.enabled": true, "explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": true, "explorer.fileNesting.expand": true,
"explorer.fileNesting.patterns": {
"*": "$(capture).*",
"*.component.html": "$(capture).component.*",
"*.razor": "$(capture).razor.*"
},
"extensions.ignoreRecommendations": true, "extensions.ignoreRecommendations": true,
"files.exclude": {
"**/*.spec.ts": true,
"**/.git": false
},
"git.autofetch": false, "git.autofetch": false,
"git.confirmSync": false, "git.confirmSync": false,
"git.enableSmartCommit": true, "git.enableSmartCommit": true,
@ -66,62 +86,60 @@
"omnisharp.disableMSBuildDiagnosticWarning": true, "omnisharp.disableMSBuildDiagnosticWarning": true,
"omnisharp.enableEditorConfigSupport": true, "omnisharp.enableEditorConfigSupport": true,
"omnisharp.enableRoslynAnalyzers": true, "omnisharp.enableRoslynAnalyzers": true,
"razor.disableBlazorDebugPrompt": true, "paste-replaced.replacers": [
"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": [
{ {
"extensionId": "msazurermtools.azurerm-vscode-tools", "name": "Windows to Linux",
"path": "C:\\Program Files\\dotnet\\dotnet.exe" "replacements": [
[
"\\\\",
"/",
"g"
]
]
} }
], ],
"explorer.fileNesting.patterns": { "prettier.enabledLanguageIds": [
"*.razor": "$(capture).razor.*", "csharp",
"*.component.html": "$(capture).component.*", "css",
"*": "$(capture).*" "elm",
}, "flow",
"files.exclude": { "graphql",
"**/.git": false, "handlebars",
"**/*.spec.ts": true "html",
}, "java",
"remote.SSH.remotePlatform": { "javascript",
"192.168.0.73": "linux", "javascriptreact",
"192.168.0.34": "linux", "jsonc",
"192.168.0.112": "linux" "less",
}, "markdown",
"workbench.editorAssociations": { "mdx",
"*.dib": "default", "php",
"*.lnk": "ink.connector" "postcss",
}, "ruby",
"scss",
"solidity",
"svelte",
"svg",
"typescript",
"typescriptreact",
"twig",
"vue",
"xml",
"yaml",
"json"
],
"privateExtensions.registries": [ "privateExtensions.registries": [
{ {
"name": "localhost", "name": "localhost",
"registry": "http://localhost:4873/-/v1/search?text=&size=20&from=0" "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": [ "runTerminalCommand.commands": [
{ {
"auto": true, "auto": true,
@ -232,36 +250,7 @@
"name": "Ubuntu - chown root" "name": "Ubuntu - chown root"
} }
], ],
"prettier.enabledLanguageIds": [ "security.workspace.trust.untrustedFiles": "open",
"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"
],
"settings.cycle": [ "settings.cycle": [
{ {
"id": "sortOrder", "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", "name": "Code",
"version": "1.84.0", "version": "1.84.2",
"distro": "ff0198cd90b25ba7ca853279cea9b8bb3cf5164d", "distro": "ff0198cd90b25ba7ca853279cea9b8bb3cf5164d",
"author": { "author": {
"name": "Microsoft Corporation" "name": "Microsoft Corporation"

View File

@ -2378,16 +2378,16 @@
"confirmationAction": "Install", "confirmationAction": "Install",
"confirmationMessage": "Are you sure you want to install GitHub Copilot?" "confirmationMessage": "Are you sure you want to install GitHub Copilot?"
}, },
"commit": "d037ac076cee195194f93ce6fe2bdfe2969cc82d", "commit": "1a5daa3a0231a0fbba4f14db7ec463cf99d7768e",
"date": "2023-11-01T11:29:04.398Z", "date": "2023-11-09T10:51:52.184Z",
"checksums": { "checksums": {
"vs/base/parts/sandbox/electron-sandbox/preload.js": "KHZHxB1OYoF7HZVmMdEd2w", "vs/base/parts/sandbox/electron-sandbox/preload.js": "Gyc7SOfl3cZy0yqZe8diRA",
"vs/workbench/workbench.desktop.main.js": "t1RjXiziCVXbYceYGRrZIg", "vs/workbench/workbench.desktop.main.js": "Gkqb5vTlgMGdmbTYcoOlnw",
"vs/workbench/workbench.desktop.main.css": "nnTNzl4zg2YNxrRFaHojeA", "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.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" "target": "user"
} }

View File

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

View File

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

View File

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

View File

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

Binary file not shown.

Binary file not shown.