Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Ports panel is opening by itself. #194694

Closed
Kaosc opened this issue Oct 3, 2023 · 12 comments
Closed

The Ports panel is opening by itself. #194694

Kaosc opened this issue Oct 3, 2023 · 12 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@Kaosc
Copy link

Kaosc commented Oct 3, 2023

Type: Bug

After the latest update, I haven't been using the Ports panel in my workspace, but it persists in opening by itself when I start VSCode. I even tried disabling extensions and performing a clean install, thinking that maybe an extension had changed my settings, but I couldn't find anything. The only way I can fix it is by creating a user task to open the tab panel. The task actually works for opening the panel, but I'm using it to close the panel after starting VSCode when the Ports panel pops up. It's starting to become annoying.

record

VS Code version: Code 1.82.3 (fdb9883, 2023-10-02T10:51:22.294Z)
OS version: Windows_NT x64 10.0.19045
Modes:

System Info
Item Value
CPUs AMD Ryzen 7 5700X 8-Core Processor (16 x 3394)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) undefined
Memory (System) 15.91GB (7.42GB free)
Process Argv --crash-reporter-id e8692249-90fd-4e1a-8e35-b0d809007d3e
Screen Reader no
VM 0%
Extensions (39)
Extension Author (truncated) Version
codesnap adp 1.3.4
markdown-preview-github-styles bie 2.0.3
vscode-tailwindcss bra 0.10.0
path-intellisense chr 2.8.4
vscode-eslint dba 2.4.2
githistory don 0.6.20
es7-react-js-snippets dsz 4.4.3
vscode-html-css ecm 1.13.1
prettier-vscode esb 10.1.0
vscode-expo-tools exp 1.0.7
flow-for-vscode flo 2.2.1
auto-rename-tag for 0.1.10
code-runner for 0.12.0
copilot Git 1.121.453
copilot-chat Git 0.7.1
todo-tree Gru 0.0.226
rest-client hum 0.25.1
npm ide 1.7.4
search-node-modules jas 1.3.0
react-native-snippet jun 0.5.6
vscode-gutter-preview kis 0.30.0
color-picker Mar 1.0.0
template-string-converter meg 0.6.1
vscode-language-babel mgm 0.0.40
black-formatter ms- 2023.4.1
python ms- 2023.16.0
typescript-explorer mxs 0.4.2
color-highlight nau 2.5.0
vscode-extension-auto-import Nuc 1.4.3
indent-rainbow ode 8.3.1
material-icon-theme PKi 4.30.1
material-product-icons PKi 1.6.0
LiveServer rit 5.7.9
tailwind-fold sti 0.1.0
highlight-matching-tag vin 0.11.0
intellicode-api-usage-examples Vis 0.2.8
vscodeintellicode Vis 1.2.30
console-ninja Wal 0.0.228
html-css-class-completion Zig 1.20.0

(1 theme extensions excluded)

A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vstes627:30244334
vslsvsres303:30308271
vserr242cf:30382550
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
vscod805:30301674
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
vsaa593:30376534
pythonvs932:30410667
vsclangdc:30486549
c4g48928:30535728
dsvsc012cf:30540253
pynewext54:30695312
azure-dev_surveyone:30548225
3biah626:30602489
89544117:30613380
2i9eh265:30646982
showlangstatbar:30737416
03d35959:30757346
pythonfmttext:30731395
fixshowwlkth:30771522
showindicator:30805244
pythongtdpath:30769146
i26e3531:30792625
pythonnosmt12:30797651
pythonidxpt:30805730
pythonnoceb:30805159
copilotsettingc:30839828
asynctok:30821568
dsvsc013:30795093
dsvsc014:30804076
diffeditorv2:30821572
dsvsc015:30845448

@alexr00
Copy link
Member

alexr00 commented Oct 3, 2023

@Kaosc I'm not able to reproduce this. Just taking a look, I don't see anywhere that we're opening the Ports view automatically. You say you disabled extensions: did you disable all extensions and then reload?

@alexr00 alexr00 added info-needed Issue requires more information from poster and removed new release labels Oct 3, 2023
@Kaosc
Copy link
Author

Kaosc commented Oct 3, 2023

I have uninstall vscode and cleaned the code folder under Roaming folder. But did not removed the extension folder. Then i installed vscode with extension enabled and the ports panel does not appeared. But after the sign in with microsoft and github it started the popup again. Here is my settings json, i have tired reseting my settings too.

{
	"javascript.preferences.jsxAttributeCompletionStyle": "auto",
	"git.confirmSync": false,
	"git.enableSmartCommit": true,
	"javascript.updateImportsOnFileMove.enabled": "always",
	"workbench.startupEditor": "none",
	"editor.linkedEditing": true,
	"liveServer.settings.donotVerifyTags": true,
	"liveServer.settings.donotShowInfoMsg": true,
	"prettier.semi": false,
	"[javascript]": {
		"editor.defaultFormatter": "esbenp.prettier-vscode"
	},
	"json.schemas": [],
	"editor.tabSize": 3,
	"indentRainbow.indicatorStyle": "light",
	"indentRainbow.errorColor": "rgba(0,0,0,0)",
	"indentRainbow.ignoreErrorLanguages": [
		"javascript",
		"markdown"
	],
	"code-runner.runInTerminal": true,
	"[jsonc]": {
		"editor.defaultFormatter": "esbenp.prettier-vscode"
	},
	"terminal.external.osxExec": "",
	"terminal.external.windowsExec": "C:\\Users\\Kaosc\\AppData\\Local\\Microsoft\\\\WindowsApps\\wt.exe",
	"workbench.colorCustomizations": {
		"terminal.background": "#090300",
		"terminal.foreground": "#A5A2A2",
		"terminalCursor.background": "#A5A2A2",
		"terminalCursor.foreground": "#A5A2A2",
		"terminal.ansiBlack": "#090300",
		"terminal.ansiBlue": "#01A0E4",
		"terminal.ansiBrightBlack": "#5C5855",
		"terminal.ansiBrightBlue": "#01A0E4",
		"terminal.ansiBrightCyan": "#B5E4F4",
		"terminal.ansiBrightGreen": "#01A252",
		"terminal.ansiBrightMagenta": "#A16A94",
		"terminal.ansiBrightRed": "#DB2D20",
		"terminal.ansiBrightWhite": "#F7F7F7",
		"terminal.ansiBrightYellow": "#FDED02",
		"terminal.ansiCyan": "#B5E4F4",
		"terminal.ansiGreen": "#01A252",
		"terminal.ansiMagenta": "#A16A94",
		"terminal.ansiRed": "#DB2D20",
		"terminal.ansiWhite": "#A5A2A2",
		"terminal.ansiYellow": "#FDED02"
	},
	"[html]": {
		"editor.defaultFormatter": "esbenp.prettier-vscode"
	},
	"[css]": {
		"editor.defaultFormatter": "vscode.css-language-features"
	},
	"diffEditor.ignoreTrimWhitespace": false,
	"files.associations": {
		"*.js": "javascript"
	},
	"editor.inlineSuggest.enabled": true,
	"github.copilot.enable": {
		"*": true,
		"plaintext": true,
		"markdown": true,
		"scminput": false,
		"yaml": false,
		"json": true
	},
	"editor.mouseWheelScrollSensitivity": 4,
	"[markdown]": {
		"editor.defaultFormatter": "esbenp.prettier-vscode"
	},
	"[json]": {
		"editor.defaultFormatter": "vscode.json-language-features"
	},
	"[python]": {
		"editor.defaultFormatter": null,
		"editor.formatOnType": true
	},
	"[typescript]": {
		"editor.defaultFormatter": "esbenp.prettier-vscode"
	},
	"todo-tree.general.tags": ["BUG", "HACK", "FIXME", "TODO", "XXX", "[ ]", "[x]", "DEBUG", "MIGRATION"],
	"editor.defaultFormatter": "esbenp.prettier-vscode",
	"html.format.enable": false,
	"prettier.printWidth": 110,
	"terminal.integrated.env.windows": {},
	"todo-tree.general.tagGroups": {},
	"prettier.singleAttributePerLine": true,
	"prettier.useTabs": true,
	"extensions.ignoreRecommendations": true,
	"outline.icons": false,
	"workbench.iconTheme": "material-icon-theme",
	"editor.unicodeHighlight.allowedLocales": {
		"tr": true
	},
	"javascript.preferences.quoteStyle": "single",
	"window.titleBarStyle": "custom",
	"git.openRepositoryInParentFolders": "never",
	"typescript.updateImportsOnFileMove.enabled": "never",
	"tailwind-fold.autoFold": true,
	"editor.minimap.enabled": false,
	"vscode-color-picker.languages": [
		"javascript",
		"javascriptreact",
		"typescript",
		"typescriptreact",
		"postcss",
		"xml",
		"html"
	],
	"workbench.editor.enablePreview": false,
	"codesnap.containerPadding": "4em",
	"workbench.list.smoothScrolling": true,
	"editor.smoothScrolling": true,
	"terminal.integrated.smoothScrolling": true,
	"security.workspace.trust.untrustedFiles": "open",
	"terminal.integrated.automationProfile.windows": {},
	"console-ninja.featureSet": "Community"
}
2023-10-03.14-47-00.mp4

@alexr00
Copy link
Member

alexr00 commented Oct 3, 2023

@Kaosc you can disable all extensions with the command "Developer: Reload with Extensions Disabled"

@Kaosc
Copy link
Author

Kaosc commented Oct 3, 2023

2023-10-03.16-01-41.mp4

@alexr00
Copy link
Member

alexr00 commented Oct 4, 2023

I'm still completely unable to repro this. Can you set the log level (command Developer: Set Log Level) of "Window" to "trace", reproduce the issue, then share the output from "Window"?

@Kaosc
Copy link
Author

Kaosc commented Oct 4, 2023

logs.txt

2023-10-04 14:27:00.781 [error] Extension 'github.copilot-chat' appears in product.json but enables LESS API proposals than the extension wants.
package.json (LOSES): interactive, interactiveUserActions, terminalContextMenu, terminalDataWriteEvent, terminalSelection, terminalQuickFixProvider, handleIssueUri, chatSlashCommands, readonlyMessage, chatVariables, mappedEditsProvider, aiRelatedInformation
product.json (WINS): handleIssueUri, interactive, interactiveUserActions, terminalContextMenu, terminalDataWriteEvent, terminalSelection, terminalQuickFixProvider, chatSlashCommands, readonlyMessage, mappedEditsProvider, aiRelatedInformation
2023-10-04 14:27:03.321 [info] [perf] Render performance baseline is 27ms
2023-10-04 14:27:11.988 [trace] KeybindingService#dispatch F1 [ Will dispatch command workbench.action.showCommands ]
2023-10-04 14:27:11.988 [trace] CommandService#executeCommand workbench.action.showCommands
2023-10-04 14:27:15.289 [trace] CommandService#executeCommand workbench.action.closePanel
2023-10-04 14:27:17.308 [trace] KeybindingService#dispatch F1 [ Will dispatch command workbench.action.showCommands ]
2023-10-04 14:27:17.308 [trace] CommandService#executeCommand workbench.action.showCommands
2023-10-04 14:27:18.790 [trace] CommandService#executeCommand workbench.action.reloadWindowWithExtensionsDisabled
2023-10-04 14:27:18.792 [trace] [lifecycle] onBeforeUnload (reason: 3)
2023-10-04 14:27:18.794 [trace] [lifecycle] onBeforeUnload continues without veto
2023-10-04 14:27:18.794 [trace] [lifecycle] onWillUnload (reason: 3)
2023-10-04 14:27:18.796 [trace] ChatService#onWillSaveState: Persisting 1 sessions
2023-10-04 14:27:18.796 [trace] ChatService#onWillSaveState: Persisting 2708 chars
2023-10-04 14:27:18.799 [trace] ChatService#registerProvider: Disposing chat provider
2023-10-04 14:27:18.999 [trace] workbench#open(): with configuration {"_":[],"diff":false,"merge":false,"add":false,"goto":false,"new-window":false,"reuse-window":false,"wait":false,"help":false,"list-extensions":false,"show-versions":false,"pre-release":false,"version":false,"verbose":false,"status":false,"prof-startup":false,"no-cached-data":false,"prof-v8-extensions":false,"disable-extensions":true,"disable-gpu":false,"disable-chromium-sandbox":false,"ms-enable-electron-run-as-node":false,"telemetry":false,"debugRenderer":false,"enable-smoke-test-driver":false,"logExtensionHostCommunication":false,"skip-release-notes":false,"skip-welcome":false,"disable-telemetry":false,"disable-updates":false,"disable-keytar":false,"disable-workspace-trust":false,"disable-crash-reporter":false,"crash-reporter-id":"e8692249-90fd-4e1a-8e35-b0d809007d3e","skip-add-to-recently-opened":false,"unity-launch":false,"open-url":false,"file-write":false,"file-chmod":false,"force":false,"do-not-sync":false,"trace":false,"force-user-env":false,"force-disable-user-env":false,"open-devtools":false,"disable-gpu-sandbox":false,"__enable-file-policy":false,"enable-coi":false,"no-proxy-server":false,"no-sandbox":false,"nolazy":false,"force-renderer-accessibility":false,"ignore-certificate-errors":false,"allow-insecure-localhost":false,"disable-dev-shm-usage":false,"profile-temp":false,"logsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654","machineId":"998006d8101f45811dedb7d1191a89548b1f1a315bfbc182e8582a4f7a89120d","windowId":1,"mainPid":7076,"appRoot":"c:\\Users\\Kaosc\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app","execPath":"C:\\Users\\Kaosc\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe","codeCachePath":"C:\\Users\\Kaosc\\AppData\\Roaming\\Code\\CachedData\\fdb98833154679dbaa7af67a5a29fe19e55c2b73","backupPath":"C:\\Users\\Kaosc\\AppData\\Roaming\\Code\\Backups\\b9c9aef74e9e20960c0ee71a12a642ab","profiles":{"all":[{"id":"__default__profile__","name":"Default","location":{"scheme":"file","authority":"","path":"/C:/Users/Kaosc/AppData/Roaming/Code/User","query":"","fragment":"","_formatted":null,"_fsPath":null},"isDefault":true,"globalStorageHome":{"scheme":"file","authority":"","path":"/C:/Users/Kaosc/AppData/Roaming/Code/User/globalStorage","query":"","fragment":"","_formatted":null,"_fsPath":null},"settingsResource":{"scheme":"file","authority":"","path":"/C:/Users/Kaosc/AppData/Roaming/Code/User/settings.json","query":"","fragment":"","_formatted":null,"_fsPath":null},"keybindingsResource":{"scheme":"file","authority":"","path":"/C:/Users/Kaosc/AppData/Roaming/Code/User/keybindings.json","query":"","fragment":"","_formatted":null,"_fsPath":null},"tasksResource":{"scheme":"file","authority":"","path":"/C:/Users/Kaosc/AppData/Roaming/Code/User/tasks.json","query":"","fragment":"","_formatted":null,"_fsPath":null},"snippetsHome":{"scheme":"file","authority":"","path":"/C:/Users/Kaosc/AppData/Roaming/Code/User/snippets","query":"","fragment":"","_formatted":null,"_fsPath":null},"extensionsResource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/.vscode/extensions/extensions.json","query":"","fragment":"","_formatted":null,"_fsPath":null},"cacheHome":{"scheme":"file","authority":"","path":"/C:/Users/Kaosc/AppData/Roaming/Code/CachedProfilesData/__default__profile__","query":"","fragment":"","_formatted":null,"_fsPath":null}}],"profile":"[Circular]","home":{"scheme":"file","authority":"","path":"/C:/Users/Kaosc/AppData/Roaming/Code/User/profiles","query":"","fragment":"","_formatted":null,"_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\User\\profiles"}},"homeDir":"c:\\Users\\Kaosc","tmpDir":"c:\\Users\\Kaosc\\AppData\\Local\\Temp","userDataDir":"C:\\Users\\Kaosc\\AppData\\Roaming\\Code","workspace":{"id":"44625fda305eb12d76132788f0b6b860","uri":{"$mid":1,"path":"/d:/Dev/quickcopy","scheme":"file"}},"userEnv":{"VSCODE_IPC_HOOK":"\\\\.\\pipe\\711bb2f1279e6c7c1572506c51e88ea8-1.82.3-main-sock","VSCODE_NLS_CONFIG":"{\"locale\":\"en-us\",\"osLocale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}","CHROME_CRASHPAD_PIPE_NAME":"\\\\.\\pipe\\crashpad_7076_KGOAYOWUQXIZYFMC"},"logLevel":1,"loggers":{"window":[{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/network.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/network.log","_fsPath":null},"id":"network","name":"Network Requests","when":"logLevel == 'trace'"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/renderer.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/renderer.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\window1\\renderer.log"},"id":"rendererLog","name":"Window"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/views.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/views.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\window1\\views.log"},"id":"viewsLog","name":"Views","hidden":true},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/remoteTunnelService.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/remoteTunnelService.log","_fsPath":null},"id":"remoteTunnelService","name":"Remote Tunnel Service"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/exthost.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/exthost.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\window1\\exthost\\exthost.log"},"id":"exthost","name":"Extension Host"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/extensionTelemetry.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/extensionTelemetry.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\window1\\exthost\\extensionTelemetry.log"},"id":"extensionTelemetryLog","name":"Extension Telemetry","hidden":false},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/terminal.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/terminal.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\terminal.log"},"id":"terminal","name":"Terminal"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/output_20231004T142700/tasks.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/output_20231004T142700/tasks.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\window1\\output_20231004T142700\\tasks.log"},"id":"-6e3fb660","logLevel":1,"hidden":true},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/notebook.rendering.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/notebook.rendering.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\window1\\notebook.rendering.log"},"id":"notebook.rendering","name":"Notebook rendering"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/output_logging_20231004T142700/1-Auto Rename Tag.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/output_logging_20231004T142700/1-Auto%20Rename%20Tag.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\window1\\exthost\\output_logging_20231004T142700\\1-Auto Rename Tag.log"},"id":"-39f7c29b","logLevel":1,"hidden":true},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/output_logging_20231004T142700/2-gutter-preview.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/output_logging_20231004T142700/2-gutter-preview.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\window1\\exthost\\output_logging_20231004T142700\\2-gutter-preview.log"},"id":"243282c5","logLevel":1,"hidden":true},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/vscode.git/Git.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/vscode.git/Git.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\window1\\exthost\\vscode.git\\Git.log"},"id":"vscode.git.Git","name":"Git","extensionId":"vscode.git"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/vscode.github/GitHub.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/vscode.github/GitHub.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\window1\\exthost\\vscode.github\\GitHub.log"},"id":"vscode.github.GitHub","name":"GitHub","extensionId":"vscode.github"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/editSessions.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/editSessions.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\editSessions.log"},"id":"editSessions","name":"Cloud Changes"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/vscode.github-authentication/GitHub Authentication.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/vscode.github-authentication/GitHub%20Authentication.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\window1\\exthost\\vscode.github-authentication\\GitHub Authentication.log"},"id":"vscode.github-authentication.GitHub Authentication","name":"GitHub Authentication","extensionId":"vscode.github-authentication"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/vscode.microsoft-authentication/Microsoft Authentication.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/vscode.microsoft-authentication/Microsoft%20Authentication.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\window1\\exthost\\vscode.microsoft-authentication\\Microsoft Authentication.log"},"id":"vscode.microsoft-authentication.Microsoft Authentication","name":"Microsoft Authentication","extensionId":"vscode.microsoft-authentication"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/output_logging_20231004T142700/3-GitHub Copilot.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/output_logging_20231004T142700/3-GitHub%20Copilot.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\window1\\exthost\\output_logging_20231004T142700\\3-GitHub Copilot.log"},"id":"2057a5a","logLevel":1,"hidden":true},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/output_logging_20231004T142700/4-GitHub Copilot Chat.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/output_logging_20231004T142700/4-GitHub%20Copilot%20Chat.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\window1\\exthost\\output_logging_20231004T142700\\4-GitHub Copilot Chat.log"},"id":"188ebfee","logLevel":1,"hidden":true},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/output_logging_20231004T142700/5-Prettier.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/output_logging_20231004T142700/5-Prettier.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\window1\\exthost\\output_logging_20231004T142700\\5-Prettier.log"},"id":"-5e1c4581","logLevel":1,"hidden":true},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/output_logging_20231004T142700/6-JSON Language Server.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/exthost/output_logging_20231004T142700/6-JSON%20Language%20Server.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\window1\\exthost\\output_logging_20231004T142700\\6-JSON Language Server.log"},"id":"-2f2b6da2","logLevel":1,"hidden":true}],"global":[{"resource":{"scheme":"file","authority":"","path":"/C:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/main.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/main.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\main.log"},"id":"main","name":"Main"},{"resource":{"scheme":"file","authority":"","path":"/C:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/sharedprocess.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/sharedprocess.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\sharedprocess.log"},"id":"sharedprocess","name":"Shared"},{"resource":{"scheme":"file","authority":"","path":"/C:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/telemetry.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/telemetry.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\telemetry.log"},"id":"telemetry","name":"Telemetry","hidden":false},{"resource":{"scheme":"file","authority":"","path":"/C:/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/userDataSync.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/userDataSync.log","_fsPath":"c:\\Users\\Kaosc\\AppData\\Roaming\\Code\\logs\\20231004T142654\\userDataSync.log"},"id":"userDataSync","name":"Settings Sync"}]},"product":{"nameShort":"Code","nameLong":"Visual Studio Code","applicationName":"code","win32AppId":"{{F8A2A208-72B3-4D61-95FC-8A65D340689B}","win32x64AppId":"{{EA457B21-F73E-494C-ACAB-524FDE069978}","win32arm64AppId":"{{A5270FC5-65AD-483E-AC30-2C276B63D0AC}","win32UserAppId":"{{D628A17A-9713-46BF-8D57-E671B46A741E}","win32x64UserAppId":"{{771FD6B0-FA20-440A-A002-3B3BAC16DC50}","win32arm64UserAppId":"{{D9E514E7-1A56-452D-9337-2990C0DC4310}","win32NameVersion":"Microsoft Visual Studio Code","win32DirName":"Microsoft VS Code","win32SetupExeBasename":"VSCodeSetup","win32AppUserModelId":"Microsoft.VisualStudioCode","win32ShellNameShort":"Code","win32MutexName":"vscode","win32RegValueName":"VSCode","darwinCredits":"resources/darwin/Credits.rtf","darwinBundleIdentifier":"com.microsoft.VSCode","darwinExecutable":"VSCode","linuxIconName":"vscode","licenseFileName":"LICENSE.rtf","licenseName":"Multiple, see https://code.visualstudio.com/license","serverGreeting":[],"serverLicense":["*","* Visual Studio Code Server","*","* By using the software, you agree to","* the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-license) and","* the Microsoft Privacy Statement (https://privacy.microsoft.com/en-US/privacystatement).","*"],"serverLicensePrompt":"Do you accept the terms in the License Agreement (Y/n)?","serverApplicationName":"code-server","urlProtocol":"vscode","dataFolderName":".vscode","serverDataFolderName":".vscode-server","downloadUrl":"https://code.visualstudio.com","updateUrl":"https://update.code.visualstudio.com","webUrl":"https://vscode.dev","webEndpointUrl":"https://main.vscode-cdn.net","webEndpointUrlTemplate":"https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}","webviewContentExternalBaseUrlTemplate":"https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}/out/vs/workbench/contrib/webview/browser/pre/","quality":"stable","extensionsGallery":{"nlsBaseUrl":"https://www.vscode-unpkg.net/_lp/","serviceUrl":"https://marketplace.visualstudio.com/_apis/public/gallery","cacheUrl":"https://vscode.blob.core.windows.net/gallery/index","itemUrl":"https://marketplace.visualstudio.com/items","publisherUrl":"https://marketplace.visualstudio.com/publishers","resourceUrlTemplate":"https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}","controlUrl":"https://az764295.vo.msecnd.net/extensions/marketplace.json"},"profileTemplatesUrl":"https://az764295.vo.msecnd.net/profile-templates/profile-templates.json","extensionRecommendations":{"ms-dotnettools.csharp":{"onFileOpen":[{"pathGlob":"{**/*.cs,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln}","important":true},{"languages":["csharp"],"important":true},{"pathGlob":"{**/project.json,**/appsettings.json}"}]},"ms-python.python":{"onFileOpen":[{"pathGlob":"{**/*.py}","important":true},{"languages":["python"],"important":true},{"pathGlob":"{**/*.ipynb}"}]},"ms-toolsai.jupyter":{"onFileOpen":[{"pathGlob":"{**/*.py}","contentPattern":"^#\\s*%%$","important":true,"whenInstalled":["ms-python.python"]},{"pathGlob":"{**/*.ipynb}"}]},"golang.Go":{"onFileOpen":[{"pathGlob":"**/*.go","important":true},{"languages":["go"],"important":true}]},"vscjava.vscode-java-pack":{"onFileOpen":[{"pathGlob":"{**/*.java}","important":true,"whenNotInstalled":["ASF.apache-netbeans-java"]},{"languages":["java"],"important":true,"whenNotInstalled":["ASF.apache-netbeans-java"]}]},"ms-vscode.PowerShell":{"onFileOpen":[{"pathGlob":"{**/*.ps1,**/*.psd1,**/*.psm1}","important":true},{"languages":["powershell"],"important":true},{"pathGlob":"{**/*.ps.config,**/*.ps1.config}"}]},"ms-vscode.cpptools-extension-pack":{"onFileOpen":[{"pathGlob":"{**/*.c,**/*.cpp,**/*.cc,**/.cxx,**/*.hh,**/*.hpp,**/*.hxx,**/*.h}","important":true,"whenNotInstalled":["llvm-vs-code-extensions.vscode-clangd"]},{"languages":["c","cpp"],"important":true,"whenNotInstalled":["llvm-vs-code-extensions.vscode-clangd"]}]},"ms-azuretools.vscode-docker":{"onFileOpen":[{"pathGlob":"{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml}","important":true},{"languages":["dockerfile"],"important":true},{"pathGlob":"{**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json,**/*.py,**/*.ipynb,**/*.js,**/*.ts,**/package.json}"}]},"vue.volar":{"onFileOpen":[{"pathGlob":"{**/*.vue}","important":true},{"languages":["vue"],"important":true}]},"ms-vscode.makefile-tools":{"onFileOpen":[{"pathGlob":"{**/makefile,**/Makefile}","important":true},{"languages":["makefile"],"important":true}]},"ms-vscode.cmake-tools":{"onFileOpen":[{"pathGlob":"{**/CMakeLists.txt}","important":true}]},"ms-azure-devops.azure-pipelines":{"onFileOpen":[{"pathGlob":"{**/azure-pipelines.yaml}","important":true}]},"msazurermtools.azurerm-vscode-tools":{"onFileOpen":[{"pathGlob":"{**/azuredeploy.json}","important":true}]},"ms-vscode-remote.remote-containers":{"onFileOpen":[{"pathGlob":"{**/devcontainer.json}","important":true}]},"ms-azuretools.vscode-bicep":{"onFileOpen":[{"pathGlob":"{**/*.bicep}","important":true}]},"svelte.svelte-vscode":{"onFileOpen":[{"pathGlob":"{**/*.svelte}","important":true}]},"ms-vscode.vscode-github-issue-notebooks":{"onFileOpen":[{"pathGlob":"{**/*.github-issues}","important":true}]},"ms-playwright.playwright":{"onFileOpen":[{"pathGlob":"{**/*playwright*.config.ts,**/*playwright*.config.js,**/*playwright*.config.mjs}","important":true}]},"vscjava.vscode-gradle":{"onFileOpen":[{"pathGlob":"{**/gradlew,**/gradlew.bat,**/build.gradle,**/build.gradle.kts,**/settings.gradle,**/settings.gradle.kts}","important":true}]},"REditorSupport.r":{"onFileOpen":[{"pathGlob":"{**/*.r}","important":true},{"languages":["r"],"important":true}]},"firefox-devtools.vscode-firefox-debug":{"onFileOpen":[{"pathGlob":"{**/*.ts,**/*.tsx,**/*.js,**/*.jsx,**/*.es6,**/.babelrc}"}]},"ms-edgedevtools.vscode-edge-devtools":{"onFileOpen":[{"pathGlob":"{**/*.ts,**/*.tsx,**/*.js,**/*.css,**/*.html}"}]},"Ionide.Ionide-fsharp":{"onFileOpen":[{"pathGlob":"{**/*.fsx,**/*.fsi,**/*.fs,**/*.ml,**/*.mli}"}]},"dbaeumer.vscode-eslint":{"onFileOpen":[{"pathGlob":"{**/*.js,**/*.jsx,**/*.es6,**/.eslintrc.*,**/.eslintrc,**/.babelrc,**/jsconfig.json}"}]},"ms-vscode.vscode-typescript-tslint-plugin":{"onFileOpen":[{"pathGlob":"{**/tslint.json}"}]},"bmewburn.vscode-intelephense-client":{"onFileOpen":[{"pathGlob":"{**/*.php,**/php.ini}"}]},"xdebug.php-debug":{"onFileOpen":[{"pathGlob":"{**/*.php,**/php.ini}"}]},"rust-lang.rust-analyzer":{"onFileOpen":[{"pathGlob":"{**/*.rs,**/*.rslib}"}]},"DavidAnson.vscode-markdownlint":{"onFileOpen":[{"pathGlob":"{**/*.md}"}]},"EditorConfig.EditorConfig":{"onFileOpen":[{"pathGlob":"{**/.editorconfig}"}]},"HookyQR.beautify":{"onFileOpen":[{"pathGlob":"{**/.jsbeautifyrc}"}]},"donjayamanne.githistory":{"onFileOpen":[{"pathGlob":"{**/.gitignore,**/.git}"}]},"felipecaputo.git-project-manager":{"onFileOpen":[{"pathGlob":"{**/.gitignore,**/.git}"}]},"eamodio.gitlens":{"onFileOpen":[{"pathGlob":"{**/.gitignore,**/.git}"}]},"Shopify.ruby-lsp":{"onFileOpen":[{"pathGlob":"{**/*.rb,**/*.erb,**/*.reek,**/.fasterer.yml,**/ruby-lint.yml,**/.rubocop.yml}"}]},"DotJoshJohnson.xml":{"onFileOpen":[{"pathGlob":"{**/*.xml}"}]},"stylelint.vscode-stylelint":{"onFileOpen":[{"pathGlob":"{**/.stylelintrc,**/stylelint.config.js}"}]},"ms-mssql.mssql":{"onFileOpen":[{"pathGlob":"{**/*.sql}"}]},"mtxr.sqltools":{"onFileOpen":[{"pathGlob":"{**/*.sql}"}]},"usqlextpublisher.usql-vscode-ext":{"onFileOpen":[{"pathGlob":"{**/*.usql}"}]},"ms-vscode.sublime-keybindings":{"onFileOpen":[{"pathGlob":"{**/.sublime-project,**/.sublime-workspace}"}]},"k--kato.intellij-idea-keybindings":{"onFileOpen":[{"pathGlob":"{**/.idea}"}]},"christian-kohler.npm-intellisense":{"onFileOpen":[{"pathGlob":"{**/package.json}"}]},"cake-build.cake-vscode":{"onFileOpen":[{"pathGlob":"{**/build.cake}"}]},"Angular.ng-template":{"onFileOpen":[{"pathGlob":"{**/.angular-cli.json,**/angular.json,**/*.ng.html,**/*.ng,**/*.ngml}"}]},"vscjava.vscode-maven":{"onFileOpen":[{"pathGlob":"**/pom.xml"}]},"ms-azuretools.vscode-azureterraform":{"onFileOpen":[{"pathGlob":"**/*.tf"}]},"HashiCorp.terraform":{"onFileOpen":[{"pathGlob":"**/*.tf"}]},"vsciot-vscode.vscode-arduino":{"onFileOpen":[{"pathGlob":"**/*.ino"}]},"ms-kubernetes-tools.vscode-kubernetes-tools":{"onFileOpen":[{"pathGlob":"{**/Chart.yaml}"}]},"GoogleCloudTools.cloudcode":{"onFileOpen":[{"pathGlob":"{**/skaffold.yaml}"}]},"Oracle.oracledevtools":{"onFileOpen":[{"pathGlob":"{**/*.sql}"}]},"betterthantomorrow.calva":{"onFileOpen":[{"pathGlob":"{**/*.clj,**/*.cljs}"}]},"Pivotal.vscode-boot-dev-pack":{"onFileOpen":[{"pathGlob":"{**/application.properties}"}]},"GitHub.copilot":{"onFileOpen":[{"pathGlob":"{**/*.ts,**/*.tsx,**/*.js,**/*.py,**/*.go,**/*.rb}"}],"onSettingsEditorOpen":{}},"GitHub.vscode-github-actions":{"onFileOpen":[{"pathGlob":"{**/.github/workflows/*.yml}","important":true}]},"circleci.circleci":{"onFileOpen":[{"pathGlob":"{**/.circleci/config.yml}"}]},"mechatroner.rainbow-csv":{"onFileOpen":[{"pathGlob":"**/*.csv","important":true}]},"tomoki1207.pdf":{"onFileOpen":[{"pathGlob":"**/*.pdf","important":true}]}},"keymapExtensionTips":["vscodevim.vim","ms-vscode.sublime-keybindings","ms-vscode.atom-keybindings","ms-vscode.brackets-keybindings","ms-vscode.vs-keybindings","ms-vscode.notepadplusplus-keybindings","k--kato.intellij-idea-keybindings","lfs.vscode-emacs-friendly","alphabotsec.vscode-eclipse-keybindings","alefragnani.delphi-keybindings"],"languageExtensionTips":["ms-python.python","ms-vscode.cpptools-extension-pack","ms-dotnettools.csharp","ms-toolsai.jupyter","vscjava.vscode-java-pack","ecmel.vscode-html-css","vue.volar","bmewburn.vscode-intelephense-client","dsznajder.es7-react-js-snippets","golang.go","ms-vscode.powershell","dart-code.dart-code","rust-lang.rust-analyzer","Shopify.ruby-lsp","GitHub.copilot"],"configBasedExtensionTips":{"git":{"configPath":".git/config","configName":"Git","recommendations":{"github.vscode-pull-request-github":{"name":"GitHub Pull Request","contentPattern":"^\\s*url\\s*=\\s*https:\\/\\/github\\.com.*$"},"eamodio.gitlens":{"name":"GitLens"}}},"devContainer":{"configPath":".devcontainer/devcontainer.json","configName":"Dev Container","recommendations":{"ms-vscode-remote.remote-containers":{"name":"Dev Containers","important":true}}},"maven":{"configPath":"pom.xml","configName":"Maven","recommendations":{"vscjava.vscode-java-pack":{"name":"Java","important":true,"isExtensionPack":true,"whenNotInstalled":["ASF.apache-netbeans-java"]},"Pivotal.vscode-boot-dev-pack":{"name":"Spring Boot Extension Pack","isExtensionPack":true}}},"gradle":{"configPath":"build.gradle","configName":"Gradle","recommendations":{"vscjava.vscode-java-pack":{"name":"Java","important":true,"isExtensionPack":true,"whenNotInstalled":["ASF.apache-netbeans-java"]}}},"github-pull-request":{"configPath":".vscode/.github-pull-request.rec","configName":"GitHub","configScheme":"vscode-vfs","recommendations":{"github.vscode-pull-request-github":{"name":"GitHub Pull Request","important":true}}},"pyproject-formatter":{"configPath":"pyproject.toml","configName":"Python Formatter","recommendations":{"ms-python.black-formatter":{"name":"Black Formatter","contentPattern":"(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?black\"?\\s*[\\].])|(\"black\\s*[\"[(<=>!~;@])"},"ms-python.autopep8":{"name":"Autopep8","contentPattern":"(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?autopep8\"?\\s*[\\].])|(\"autopep8\\s*[\"[(<=>!~;@])"}}},"pep8-formatter":{"configPath":".pep8","configName":"Python Formatter","recommendations":{"ms-python.autopep8":{"name":"Autopep8"}}},"python-setup-cgf-formatter":{"configPath":"setup.cfg","configName":"Python Formatter","recommendations":{"ms-python.autopep8":{"name":"Autopep8","contentPattern":"^\\[pep8\\]"}}},"tox-ini-formatter":{"configPath":"tox.ini","configName":"Python Formatter","recommendations":{"ms-python.autopep8":{"name":"Autopep8","contentPattern":"^\\[pep8\\]"}}},"pyproject-linter":{"configPath":"pyproject.toml","configName":"Python Linter","recommendations":{"ms-python.pylint":{"name":"Pylint","contentPattern":"(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?pylint\"?\\s*[\\].])|(\"pylint\\s*[\"[(<=>!~;@])"},"charliermarsh.ruff":{"name":"Ruff","contentPattern":"(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?ruff\"?\\s*[\\].])|(\"ruff\\s*[\"[(<=>!~;@])"},"ms-python.mypy-type-checker":{"name":"Mypy Type Checker","contentPattern":"(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?mypy\"?\\s*[\\].])|(\"mypy\\s*[\"[(<=>!~;@])"},"ms-python.flake8":{"name":"Flake8","contentPattern":"(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?flake8\"?\\s*[\\].])|(\"flake8\\s*[\"[(<=>!~;@])"}}},".pylintrc-linter":{"configPath":".pylintrc","configName":"Python Linter","recommendations":{"ms-python.pylint":{"name":"Pylint"}}},"pylintrc-linter":{"configPath":"pylintrc","configName":"Python Linter","recommendations":{"ms-python.pylint":{"name":"Pylint"}}},"mypy-ini-linter":{"configPath":".mypy.ini","configName":"Python Linter","recommendations":{"ms-python.mypy-type-checker":{"name":"Mypy Type Checker"}}},"tox-ini-linter":{"configPath":"tox.ini","configName":"Python Linter","recommendations":{"ms-python.flake8":{"name":"Flake8","contentPattern":"^\\[flake8\\]"}}},".flake8-linter":{"configPath":".flake8","configName":"Python Linter","recommendations":{"ms-python.flake8":{"name":"Flake8"}}},"python-setup-cgf-linter":{"configPath":"setup.cfg","configName":"Python Linter","recommendations":{"ms-python.flake8":{"name":"Flake8","contentPattern":"^\\[flake8\\]"}}}},"exeBasedExtensionTips":{"az":{"friendlyName":"Azure CLI","windowsPath":"%ProgramFiles(x86)%\\Microsoft SDKs\\Azure\\CLI2\\wbin\\az.cmd","recommendations":{"ms-vscode.azurecli":{"name":"Azure CLI Tools"}}},"azd":{"friendlyName":"Azure Dev CLI","windowsPath":"%USERPROFILE%\\AppData\\Local\\Programs\\Azure Dev CLI\\azd.exe","recommendations":{"ms-azuretools.azure-dev":{"name":"Azure Developer CLI"},"ms-azuretools.vscode-azureresourcegroups":{"name":"Azure Resources"}}},"azd-user":{"friendlyName":"Azure Dev CLI","windowsPath":"%ProgramFiles%\\Azure Dev CLI\\azd.exe","recommendations":{"ms-azuretools.azure-dev":{"name":"Azure Developer CLI"},"ms-azuretools.vscode-azureresourcegroups":{"name":"Azure Resources"}}},"heroku":{"friendlyName":"Heroku CLI","windowsPath":"%ProgramFiles%\\Heroku\\bin\\heroku.cmd","recommendations":{"ms-azuretools.vscode-azureappservice":{"name":"Azure App Service"},"pkosta2005.heroku-command":{"name":"heroku-cli"}}},"mongo":{"friendlyName":"Mongo","windowsPath":"%ProgramFiles%\\MongoDB\\Server\\3.6\\bin\\mongod.exe","recommendations":{"ms-azuretools.vscode-cosmosdb":{"name":"Azure Databases"}}},"serverless":{"friendlyName":"Serverless framework","windowsPath":"%APPDATA%\\npm\\serverless.cmd","recommendations":{"ms-azuretools.vscode-azurefunctions":{"name":"Azure Functions"}}},"func":{"friendlyName":"Azure Function SDK","windowsPath":"%APPDATA%\\npm\\func.cmd","recommendations":{"ms-azuretools.vscode-azurefunctions":{"name":"Azure Functions"}}},"mysql":{"friendlyName":"MySQL","windowsPath":"%ProgramFiles%\\MySQL\\MySQL Server 8.0\\bin\\mysqld.exe","recommendations":{"mtxr.sqltools":{"name":"SQLTools"}}},"postgres":{"friendlyName":"PostgreSQL","windowsPath":"%ProgramFiles%\\PostgreSQL\\11\\bin\\psql.exe","recommendations":{"ms-ossdata.vscode-postgresql":{"name":"PostgreSQL"},"mtxr.sqltools":{"name":"SQLTools"}}},"sqlcmd":{"friendlyName":"SQL CLI","recommendations":{"ms-mssql.mssql":{"name":"SQL Server (mssql)"}}},"now":{"friendlyName":"Now CLI","windowsPath":"%APPDATA%\\npm\\now.cmd","recommendations":{"ms-azuretools.vscode-azureappservice":{"name":"Azure App Service"},"ms-azuretools.vscode-docker":{"name":"Docker"}}},"docker":{"friendlyName":"Docker","windowsPath":"%ProgramFiles%\\Docker\\Docker\\Resources\\bin\\docker.exe","recommendations":{"ms-azuretools.vscode-docker":{"name":"Docker","important":true},"ms-vscode-remote.remote-containers":{"name":"Dev Containers","important":true},"ms-kubernetes-tools.vscode-kubernetes-tools":{"name":"Kubernetes"},"GoogleCloudTools.cloudcode":{"name":"Cloud Code"}}},"kubectl":{"friendlyName":"Kubernetes","windowsPath":"%ProgramFiles%\\Docker\\Docker\\Resources\\bin\\kubectl.exe","recommendations":{"ms-azuretools.vscode-docker":{"name":"Docker"},"ms-kubernetes-tools.vscode-kubernetes-tools":{"name":"Kubernetes"},"GoogleCloudTools.cloudcode":{"name":"Cloud Code"},"ms-vscode-remote.remote-containers":{"name":"Dev Containers"}}},"ng":{"friendlyName":"Angular CLI","windowsPath":"%APPDATA%\\npmexit\\ng.cmd","recommendations":{"johnpapa.Angular2":{"name":"Angular Snippets"}}},"create-react-app":{"friendlyName":"Create React App","windowsPath":"%APPDATA%\\npm\\create-react-app.cmd","recommendations":{"msjsdiag.vscode-react-native":{"name":"React Native Tools"}}},"react-native":{"friendlyName":"React Native","windowsPath":"%APPDATA%\\npm\\react-native-cli","recommendations":{"msjsdiag.vscode-react-native":{"name":"React Native Tools"}}},"p4":{"friendlyName":"Perforce","recommendations":{"slevesque.perforce":{"name":"Perforce for VS Code"}}},"hg":{"friendlyName":"Mercurial","recommendations":{"mrcrowl.hg":{"name":"Hg"}}},"git":{"friendlyName":"Git","windowsPath":"%ProgramFiles%\\Git\\git-bash.exe","recommendations":{"eamodio.gitlens":{"name":"GitLens"}}},"svn":{"friendlyName":"Subversion","windowsPath":"%ProgramFiles%\\TortoiseSVN\\bin\\TortoiseProc.exe","recommendations":{"johnstoncode.svn-scm":{"name":"SVN"}}},"subl":{"friendlyName":"Sublime","windowsPath":"%ProgramFiles%\\Sublime Text3\\sublime_text.exe","recommendations":{"ms-vscode.sublime-keybindings":{"name":"Sublime Text Keymap and Settings Importer"}}},"atom":{"friendlyName":"Atom","windowsPath":"%USERPROFILE%\\AppData\\Local\\atom\\bin\\atom.cmd","recommendations":{"ms-vscode.atom-keybindings":{"name":"Atom Keymap"}}},"brackets":{"friendlyName":"Brackets","windowsPath":"%ProgramFiles(x86)%\\Brackets\\Brackets.exe","recommendations":{"ms-vscode.brackets-keybindings":{"name":"Brackets Keymap"}}},"notepadplusplus":{"friendlyName":"Notepad++","windowsPath":"%ProgramFiles%\\Notepad++\\Notepad++.exe","recommendations":{"ms-vscode.notepadplusplus-keybindings":{"name":"Notepad++ keymap"}}},"vi":{"friendlyName":"VIM","windowsPath":"%ProgramFiles(x86)%\\Vim\\vim80\\gvim.exe","recommendations":{"vscodevim.vim":{"name":"Vim"}}},"mvn":{"friendlyName":"Maven","recommendations":{"vscjava.vscode-java-pack":{"name":"Java","important":true,"isExtensionPack":true,"whenNotInstalled":["ASF.apache-netbeans-java"]}}},"gradle":{"friendlyName":"Gradle","recommendations":{"vscjava.vscode-java-pack":{"name":"Java","important":true,"isExtensionPack":true,"whenNotInstalled":["ASF.apache-netbeans-java"]}}},"Microsoft Edge":{"friendlyName":"Microsoft Edge","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge\\Application\\msedge.exe","recommendations":{"ms-edgedevtools.vscode-edge-devtools":{"name":"Microsoft Edge Developer Tools"}}},"Microsoft Edge Dev":{"friendlyName":"Microsoft Edge Dev","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge Dev\\Application\\msedge.exe","recommendations":{"ms-edgedevtools.vscode-edge-devtools":{"name":"Microsoft Edge Developer Tools"}}},"Microsoft Edge Beta":{"friendlyName":"Microsoft Edge Beta","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge Beta\\Application\\msedge.exe","recommendations":{"ms-edgedevtools.vscode-edge-devtools":{"name":"Microsoft Edge Developer Tools"}}},"Microsoft Edge Canary":{"friendlyName":"Microsoft Edge Canary","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge SxS\\Application\\msedge.exe","recommendations":{"ms-edgedevtools.vscode-edge-devtools":{"name":"Microsoft Edge Developer Tools"}}},"Mozilla Firefox (x86)":{"friendlyName":"Mozilla Firefox","windowsPath":"%ProgramFiles(x86)%\\Mozilla Firefox\\firefox.exe","recommendations":{"firefox-devtools.vscode-firefox-debug":{"name":"Debugger for Firefox"}}},"Mozilla Firefox Developer Edition (x86)":{"friendlyName":"Mozilla Firefox Developer Edition","windowsPath":"%ProgramFiles(x86)%\\Firefox Developer Edition\\firefox.exe","recommendations":{"firefox-devtools.vscode-firefox-debug":{"name":"Debugger for Firefox"}}},"Mozilla Firefox":{"friendlyName":"Mozilla Firefox","windowsPath":"%ProgramFiles%\\Mozilla Firefox\\firefox.exe","recommendations":{"firefox-devtools.vscode-firefox-debug":{"name":"Debugger for Firefox"}}},"Mozilla Firefox Developer Edition":{"friendlyName":"Mozilla Firefox Developer Edition","windowsPath":"%ProgramFiles%\\Firefox Developer Edition\\firefox.exe","recommendations":{"firefox-devtools.vscode-firefox-debug":{"name":"Debugger for Firefox"}}},"cordova":{"friendlyName":"Cordova","windowsPath":"%APPDATA%\\npm\\cordova","recommendations":{"msjsdiag.cordova-tools":{"name":"Cordova Tools"}}},"gcloud":{"friendlyName":"Google GCloud CLI","windowsPath":"%ProgramFiles(x86)%\\Google\\Cloud SDK\\google-cloud-sdk\\bin\\gcloud.cmd","recommendations":{"GoogleCloudTools.cloudcode":{"name":"Cloud Code"}}},"skaffold":{"friendlyName":"Skaffold Code to Cluster","recommendations":{"ms-azuretools.vscode-docker":{"name":"Docker"},"ms-kubernetes-tools.vscode-kubernetes-tools":{"name":"Kubernetes"},"GoogleCloudTools.cloudcode":{"name":"Cloud Code"}}},"minikube":{"friendlyName":"MiniKube Local Kubernetes Cluster","recommendations":{"ms-azuretools.vscode-docker":{"name":"Docker"},"ms-kubernetes-tools.vscode-kubernetes-tools":{"name":"Kubernetes"},"GoogleCloudTools.cloudcode":{"name":"Cloud Code"},"ms-vscode-remote.remote-containers":{"name":"Dev Containers"}}},"podman":{"friendlyName":"Podman","recommendations":{"ms-vscode-remote.remote-containers":{"name":"Dev Containers"}}},"wsl":{"friendlyName":"Windows Subsystem for Linux (WSL)","windowsPath":"%WINDIR%\\system32\\lxss\\LxssManager.dll","important":true,"recommendations":{"ms-vscode-remote.remote-wsl":{"name":"WSL","important":true}}}},"webExtensionTips":["tyriar.luna-paint","codespaces-contrib.codeswing","ms-vscode.vscode-github-issue-notebooks","esbenp.prettier-vscode","hediet.vscode-drawio"],"virtualWorkspaceExtensionTips":{"vscode-vfs":{"friendlyName":"Remote Repositories","extensionId":"ms-vscode.remote-repositories","startEntry":{"helpLink":"https://aka.ms/vscode-remote/remote-repositories","startConnectLabel":"Remote Repository","startCommand":"remoteHub.continueOn.openRepository","priority":5}}},"remoteExtensionTips":{"wsl":{"friendlyName":"WSL","extensionId":"ms-vscode-remote.remote-wsl","supportedPlatforms":["Windows","Web"],"startEntry":{"helpLink":"https://aka.ms/vscode-remote/wsl","startConnectLabel":"WSL","startCommand":"remote-wsl.connect","priority":3}},"ssh-remote":{"friendlyName":"Remote - SSH","extensionId":"ms-vscode-remote.remote-ssh","supportedPlatforms":["Windows","Linux","Mac"],"startEntry":{"helpLink":"https://aka.ms/vscode-remote/ssh","startConnectLabel":"SSH ","startCommand":"opensshremotes.openEmptyWindowInCurrentWindow","priority":1}},"dev-container":{"friendlyName":"Dev Containers","extensionId":"ms-vscode-remote.remote-containers","supportedPlatforms":["Windows","Linux","Mac"],"startEntry":{"helpLink":"https://aka.ms/vscode-remote/containers","startConnectLabel":"Dev Container","startCommand":"remote-containers.reopenInContainer","priority":2}},"attached-container":{"friendlyName":"Dev Containers","extensionId":"ms-vscode-remote.remote-containers"},"codespaces":{"friendlyName":"GitHub Codespaces","extensionId":"github.codespaces","startEntry":{"helpLink":"https://aka.ms/vscode-remote-codespaces","startConnectLabel":"GitHub Codespace ","startCommand":"github.codespaces.connect","priority":4}},"tunnel":{"friendlyName":"Remote - Tunnels","extensionId":"ms-vscode.remote-server","startEntry":{"helpLink":"https://aka.ms/remote-tunnels-doc","startConnectLabel":"Tunnel","startCommand":"remote-tunnels.connectCurrentWindowToTunnel","priority":0}}},"commandPaletteSuggestedCommandIds":["workbench.action.files.openFile","workbench.action.files.openFileFolder","workbench.action.files.openFolder","workbench.action.remote.showMenu","editor.action.formatDocument","editor.action.commentLine","workbench.action.tasks.runTask","workbench.action.openSettings2","workbench.action.selectTheme","workbench.action.openWalkthrough","workbench.action.openIssueReporter"],"extensionKeywords":{"md":["Markdown"],"js":["JavaScript"],"jsx":["JavaScript"],"es6":["JavaScript"],"html":["Html"],"ts":["TypeScript"],"tsx":["TypeScript"],"css":["CSS"],"scss":["SASS"],"txt":["Text"],"php":["PHP"],"php3":["PHP"],"php4":["PHP"],"ph3":["PHP"],"ph4":["PHP"],"xml":["XML"],"py":["Python"],"pyc":["Python"],"pyd":["Python"],"pyo":["Python"],"pyw":["Python"],"pyz":["Python"],"java":["Java"],"class":["Java"],"jar":["Java"],"c":["c","objective c","objective-c"],"m":["objective c","objective-c"],"mm":["objective c","objective-c"],"cpp":["cpp","c plus plus","c","c++"],"cc":["cpp","c plus plus","c","c++"],"cxx":["cpp","c plus plus","c++"],"hh":["cpp","c plus plus","c++"],"hpp":["cpp","c++"],"h":["cpp","c plus plus","c++","c","objective c","objective-c"],"sql":["sql"],"sh":["bash"],"bash":["bash"],"zsh":["bash","zshell"],"cs":["c#","csharp"],"csproj":["c#","csharp"],"sln":["c#","csharp"],"go":["go"],"sty":["latex"],"tex":["latex"],"ps":["powershell"],"ps1":["powershell"],"rs":["rust"],"rslib":["rust"],"hs":["haskell"],"lhs":["haskell"],"scm":["scheme"],"ss":["scheme"],"clj":["clojure"],"cljs":["clojure"],"cljc":["clojure"],"edn":["clojure"],"erl":["erlang"],"hrl":["erlang"],"scala":["scala"],"sc":["scala"],"pl":["perl"],"pm":["perl"],"t":["perl"],"pod":["perl"],"groovy":["groovy"],"swift":["swift"],"rb":["ruby"],"rbw":["ruby"],"jl":["julia"],"f":["fortran"],"for":["fortran"],"f90":["fortran"],"f95":["fortran"],"coffee":["CoffeeScript"],"litcoffee":["CoffeeScript"],"yaml":["yaml"],"yml":["yaml"],"dart":["dart"],"json":["json"]},"extensionAllowedBadgeProviders":["api.bintray.com","api.travis-ci.com","api.travis-ci.org","app.fossa.io","badge.buildkite.com","badge.fury.io","badge.waffle.io","badgen.net","badges.frapsoft.com","badges.gitter.im","badges.greenkeeper.io","cdn.travis-ci.com","cdn.travis-ci.org","ci.appveyor.com","circleci.com","cla.opensource.microsoft.com","codacy.com","codeclimate.com","codecov.io","coveralls.io","david-dm.org","deepscan.io","dev.azure.com","docs.rs","flat.badgen.net","gemnasium.com","githost.io","gitlab.com","godoc.org","goreportcard.com","img.shields.io","isitmaintained.com","marketplace.visualstudio.com","nodesecurity.io","opencollective.com","snyk.io","travis-ci.com","travis-ci.org","visualstudio.com","vsmarketplacebadge.apphb.com","www.bithound.io","www.versioneye.com"],"extensionAllowedBadgeProvidersRegex":["^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/(actions\\/)?workflows\\/.*badge\\.svg"],"crashReporter":{"productName":"VSCode","companyName":"Microsoft"},"appCenter":{"win32-ia32":"appcenter://code?aid=f4289815-a66e-4ad9-b74f-d8e5bc093e41","win32-x64":"appcenter://code?aid=a4e3233c-699c-46ec-b4f4-9c2a77254662","win32-arm64":"appcenter://code?aid=3712d786-7cc8-4f11-8b08-cc12eab6d4f7","linux-x64":"appcenter://code?aid=fba07a4d-84bd-4fc8-a125-9640fc8ce171","darwin":"appcenter://code?aid=860d6632-f65b-490b-85a8-3e72944f7774","darwin-arm64":"appcenter://code?aid=be71415d-3893-4ae5-b453-e537b9668a10","darwin-universal":"appcenter://code?aid=de75e3cc-e22f-4f42-a03f-1409c21d8af8"},"enableTelemetry":true,"aiConfig":{"ariaKey":"5bbf946d11a54f6783919c455abaddaf-fd62977b-c92d-4714-a45d-649d06980372-7168"},"msftInternalDomains":["redmond.corp.microsoft.com","northamerica.corp.microsoft.com","fareast.corp.microsoft.com","ntdev.corp.microsoft.com","wingroup.corp.microsoft.com","southpacific.corp.microsoft.com","wingroup.windeploy.ntdev.microsoft.com","ddnet.microsoft.com","europe.corp.microsoft.com"],"documentationUrl":"https://go.microsoft.com/fwlink/?LinkID=533484#vscode","serverDocumentationUrl":"https://aka.ms/vscode-server-doc","releaseNotesUrl":"https://go.microsoft.com/fwlink/?LinkID=533483#vscode","keyboardShortcutsUrlMac":"https://go.microsoft.com/fwlink/?linkid=832143","keyboardShortcutsUrlLinux":"https://go.microsoft.com/fwlink/?linkid=832144","keyboardShortcutsUrlWin":"https://go.microsoft.com/fwlink/?linkid=832145","introductoryVideosUrl":"https://go.microsoft.com/fwlink/?linkid=832146","tipsAndTricksUrl":"https://go.microsoft.com/fwlink/?linkid=852118","newsletterSignupUrl":"https://www.research.net/r/vsc-newsletter","youTubeUrl":"https://aka.ms/vscode-youtube","requestFeatureUrl":"https://go.microsoft.com/fwlink/?LinkID=533482","reportIssueUrl":"https://github.com/Microsoft/vscode/issues/new","reportMarketplaceIssueUrl":"https://github.com/microsoft/vsmarketplace/issues/new","licenseUrl":"https://go.microsoft.com/fwlink/?LinkID=533485","serverLicenseUrl":"https://aka.ms/vscode-server-license","privacyStatementUrl":"https://go.microsoft.com/fwlink/?LinkId=521839","showTelemetryOptOut":true,"npsSurveyUrl":"https://aka.ms/vscode-nps","cesSurveyUrl":"https://aka.ms/new-to-vscode-feedback","checksumFailMoreInfoUrl":"https://go.microsoft.com/fwlink/?LinkId=828886","electronRepository":"Microsoft/vscode-electron-prebuilt","nodejsRepository":"Microsoft/vscode-node","settingsSearchUrl":"https://bingsettingssearch.trafficmanager.net/api/Search","surveys":[{"surveyId":"cpp.1","surveyUrl":"https://www.research.net/r/VBVV6C6","languageId":"cpp","editCount":10,"userProbability":0.15},{"surveyId":"java.2","surveyUrl":"https://www.research.net/r/vscodejava","languageId":"java","editCount":10,"userProbability":0.3},{"surveyId":"javascript.1","surveyUrl":"https://www.research.net/r/vscode-js","languageId":"javascript","editCount":10,"userProbability":0.05},{"surveyId":"typescript.1","surveyUrl":"https://www.research.net/r/vscode-ts","languageId":"typescript","editCount":10,"userProbability":0.05},{"surveyId":"csharp.1","surveyUrl":"https://www.research.net/r/8KGJ9V8","languageId":"csharp","editCount":10,"userProbability":0.05}],"extensionEnabledApiProposals":{"ms-vscode.vscode-selfhost-test-provider":["testObserver","testMessageContextValue"],"VisualStudioExptTeam.vscodeintellicode-completions":["inlineCompletionsAdditions"],"ms-vsliveshare.vsliveshare":["contribMenuBarHome","contribShareMenu","contribStatusBarItems","diffCommand","documentFiltersExclusive","fileSearchProvider","findTextInFiles","notebookCellExecutionState","notebookLiveShare","terminalDimensions","terminalDataWriteEvent","textSearchProvider"],"ms-vscode.js-debug":["portsAttributes","findTextInFiles","workspaceTrust","tunnels"],"ms-toolsai.vscode-ai-remote":["resolvers"],"ms-python.python":["contribEditorContentMenu","quickPickSortByLabel","portsAttributes","testObserver","envShellEvent","quickPickItemTooltip","terminalDataWriteEvent","saveEditor"],"ms-dotnettools.dotnet-interactive-vscode":["notebookMessaging","languageConfigurationAutoClosingPairs"],"GitHub.codespaces":["contribEditSessions","contribMenuBarHome","contribRemoteHelp","contribViewsRemote","resolvers","tunnels","terminalDataWriteEvent","treeViewReveal","notebookKernelSource"],"ms-vscode.azure-repos":["extensionRuntime","fileSearchProvider","textSearchProvider"],"ms-vscode.remote-repositories":["canonicalUriProvider","contribEditSessions","contribRemoteHelp","contribMenuBarHome","contribViewsRemote","contribViewsWelcome","contribShareMenu","documentFiltersExclusive","editSessionIdentityProvider","extensionRuntime","fileSearchProvider","quickPickSortByLabel","workspaceTrust","shareProvider","scmActionButton","scmSelectedProvider","scmValidation","textSearchProvider","timeline"],"ms-vscode-remote.remote-wsl":["resolvers","contribRemoteHelp","contribViewsRemote","telemetry"],"ms-vscode-remote.remote-ssh":["resolvers","tunnels","terminalDataWriteEvent","contribRemoteHelp","contribViewsRemote","telemetry"],"ms-vscode.remote-server":["resolvers","tunnels","contribViewsWelcome"],"ms-vscode.remote-explorer":["contribRemoteHelp","contribViewsRemote","extensionsAny"],"ms-vscode-remote.remote-containers":["contribEditSessions","resolvers","tunnels","workspaceTrust","terminalDimensions","contribRemoteHelp","contribViewsRemote"],"ms-vscode.js-debug-nightly":["portsAttributes","findTextInFiles","workspaceTrust","tunnels"],"ms-vscode.lsif-browser":["documentFiltersExclusive"],"GitHub.vscode-pull-request-github":["contribCommentThreadAdditionalMenu","tokenInformation","contribShareMenu","fileComments","contribCommentPeekContext","codiconDecoration","diffCommand","contribCommentEditorActionsMenu","readonlyMessage","treeViewMarkdownMessage","shareProvider","quickDiffProvider"],"GitHub.copilot":["inlineCompletionsAdditions"],"GitHub.copilot-nightly":["inlineCompletionsAdditions"],"GitHub.copilot-chat":["handleIssueUri","interactive","interactiveUserActions","terminalContextMenu","terminalDataWriteEvent","terminalSelection","terminalQuickFixProvider","chatSlashCommands","readonlyMessage","mappedEditsProvider","aiRelatedInformation"],"GitHub.remotehub":["contribRemoteHelp","contribMenuBarHome","contribViewsRemote","contribViewsWelcome","documentFiltersExclusive","extensionRuntime","fileSearchProvider","quickPickSortByLabel","workspaceTrust","scmSelectedProvider","scmValidation","textSearchProvider","timeline"],"ms-python.gather":["notebookCellExecutionState"],"ms-python.vscode-pylance":["notebookCellExecutionState"],"ms-toolsai.jupyter-renderers":["contribNotebookStaticPreloads"],"ms-toolsai.jupyter":["notebookDeprecated","notebookMessaging","notebookMime","notebookCellExecutionState","portsAttributes","quickPickSortByLabel","notebookKernelSource","interactiveWindow","notebookControllerAffinityHidden","contribNotebookStaticPreloads","quickPickItemTooltip","notebookExecution"],"dbaeumer.vscode-eslint":["notebookCellExecutionState"],"ms-vscode.azure-sphere-tools-ui":["tunnels"],"ms-azuretools.vscode-azureappservice":["terminalDataWriteEvent"],"ms-azuretools.vscode-azureresourcegroups":["authGetSessions"],"ms-vscode.anycode":["extensionsAny"],"ms-vscode.cpptools":["terminalDataWriteEvent"],"redhat.java":["documentPaste"],"ms-dotnettools.csdevkit":["inlineCompletionsAdditions"],"ms-dotnettools.vscodeintellicode-csharp":["inlineCompletionsAdditions"],"microsoft-IsvExpTools.powerplatform-vscode":["fileSearchProvider","textSearchProvider"],"microsoft-IsvExpTools.powerplatform-vscode-preview":["fileSearchProvider","textSearchProvider"]},"tasConfig":{"endpoint":"https://default.exp-tas.com/vscode/ab","telemetryEventName":"query-expfeature","featuresTelemetryPropertyName":"VSCode.ABExp.Features","assignmentContextTelemetryPropertyName":"abexp.assignmentcontext"},"extensionKind":{"Shan.code-settings-sync":["ui"],"shalldie.background":["ui"],"techer.open-in-browser":["ui"],"CoenraadS.bracket-pair-colorizer-2":["ui"],"CoenraadS.bracket-pair-colorizer":["ui","workspace"],"hiro-sun.vscode-emacs":["ui","workspace"],"hnw.vscode-auto-open-markdown-preview":["ui","workspace"],"wayou.vscode-todo-highlight":["ui","workspace"],"aaron-bond.better-comments":["ui","workspace"],"vscodevim.vim":["ui"],"ollyhayes.colmak-vim":["ui"]},"extensionPointExtensionKind":{"typescriptServerPlugins":["workspace"]},"extensionSyncedKeys":{"ritwickdey.liveserver":["liveServer.setup.version"]},"extensionVirtualWorkspacesSupport":{"esbenp.prettier-vscode":{"default":false},"msjsdiag.debugger-for-chrome":{"default":false},"redhat.java":{"default":false},"HookyQR.beautify":{"default":false},"ritwickdey.LiveServer":{"default":false},"VisualStudioExptTeam.vscodeintellicode":{"default":false},"octref.vetur":{"default":false},"formulahendry.code-runner":{"default":false},"xdebug.php-debug":{"default":false},"ms-mssql.mssql":{"default":false},"christian-kohler.path-intellisense":{"default":false},"eg2.tslint":{"default":false},"eg2.vscode-npm-script":{"default":false},"donjayamanne.githistory":{"default":false},"Zignd.html-css-class-completion":{"default":false},"christian-kohler.npm-intellisense":{"default":false},"EditorConfig.EditorConfig":{"default":false},"austin.code-gnu-global":{"default":false},"johnpapa.Angular2":{"default":false},"ms-vscode.vscode-typescript-tslint-plugin":{"default":false},"DotJoshJohnson.xml":{"default":false},"techer.open-in-browser":{"default":false},"tht13.python":{"default":false},"bmewburn.vscode-intelephense-client":{"default":false},"Angular.ng-template":{"default":false},"xdebug.php-pack":{"default":false},"dbaeumer.jshint":{"default":false},"yzhang.markdown-all-in-one":{"default":false},"Dart-Code.flutter":{"default":false},"streetsidesoftware.code-spell-checker":{"default":false},"rebornix.Ruby":{"default":false},"ms-vscode.sublime-keybindings":{"default":false},"mitaki28.vscode-clang":{"default":false},"steoates.autoimport":{"default":false},"donjayamanne.python-extension-pack":{"default":false},"shd101wyy.markdown-preview-enhanced":{"default":false},"mikestead.dotenv":{"default":false},"pranaygp.vscode-css-peek":{"default":false},"ikappas.phpcs":{"default":false},"platformio.platformio-ide":{"default":false},"jchannon.csharpextensions":{"default":false},"gruntfuggly.todo-tree":{"default":false}},"linkProtectionTrustedDomains":["https://*.visualstudio.com","https://*.microsoft.com","https://aka.ms","https://*.gallerycdn.vsassets.io","https://*.github.com","https://login.microsoftonline.com","https://*.vscode.dev","https://*.github.dev","https://gh.io","https://portal.azure.com"],"trustedExtensionAuthAccess":["vscode.git","vscode.github","ms-vscode.remote-repositories","github.remotehub","ms-vscode.azure-repos","ms-vscode.remote-server","github.vscode-pull-request-github","github.codespaces","ms-vsliveshare.vsliveshare","github.copilot","github.copilot-chat","ms-azuretools.vscode-azureresourcegroups","ms-edu.vscode-learning"],"auth":{"loginUrl":"https://login.microsoftonline.com/common/oauth2/authorize","tokenUrl":"https://login.microsoftonline.com/common/oauth2/token","redirectUrl":"https://vscode-redirect.azurewebsites.net/","clientId":"aebc6443-996d-45c2-90f0-388ff96faa56"},"configurationSync.store":{"url":"https://vscode-sync.trafficmanager.net/","stableUrl":"https://vscode-sync.trafficmanager.net/","insidersUrl":"https://vscode-sync-insiders.trafficmanager.net/","canSwitch":false,"authenticationProviders":{"github":{"scopes":["user:email"]},"microsoft":{"scopes":["openid","profile","email","offline_access"]}}},"editSessions.store":{"url":"https://vscode-sync.trafficmanager.net/","authenticationProviders":{"microsoft":{"scopes":["openid","profile","email","offline_access"]},"github":{"scopes":["user:email"]}}},"tunnelServerQualities":{"stable":{"serverApplicationName":"code-server"},"exploration":{"serverApplicationName":"code-server-exploration"},"insider":{"serverApplicationName":"code-server-insiders"}},"tunnelApplicationName":"code-tunnel","tunnelApplicationConfig":{"editorWebUrl":"https://vscode.dev","extension":{"friendlyName":"Remote - Tunnels","extensionId":"ms-vscode.remote-server"},"authenticationProviders":{"github":{"scopes":["user:email","read:org"]}}},"win32TunnelServiceMutex":"vscode-tunnelservice","win32TunnelMutex":"vscode-tunnel","commonlyUsedSettings":["files.autoSave","editor.fontSize","editor.fontFamily","GitHub.copilot.manageExtension","editor.tabSize","editor.renderWhitespace","editor.cursorStyle","editor.multiCursorModifier","editor.insertSpaces","editor.wordWrap","files.exclude","files.associations","workbench.editor.enablePreview"],"builtInExtensions":[{"name":"ms-vscode.js-debug-companion","version":"1.1.2","sha256":"e034b8b41beb4e97e02c70f7175bd88abe66048374c2bd629f54bb33354bc2aa","repo":"https://github.com/microsoft/vscode-js-debug-companion","metadata":{"id":"99cb0b7f-7354-4278-b8da-6cc79972169d","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode.js-debug","version":"1.82.0","sha256":"4fba41b4b764c3f5a6591d6d9a5bdc59b417f2d799071c889c2b54163f256282","repo":"https://github.com/microsoft/vscode-js-debug","metadata":{"id":"25629058-ddac-4e17-abba-74678e126c5d","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode.vscode-js-profile-table","version":"1.0.3","sha256":"b9dab017506d9e6a469a0f82b392e4cb1d7a25a4843f1db8ba396cbee209cfc5","repo":"https://github.com/microsoft/vscode-js-profile-visualizer","metadata":{"id":"7e52b41b-71ad-457b-ab7e-0620f1fc4feb","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode-remote.remote-wsl-recommender","version":"0.0.19","sha256":"926095d290dc7cdb9daf40ef5ae7591db12171ba1af1f61afcb5a368d0fc66aa","repo":"https://github.com/microsoft/vscode-remote-wsl-recommender","metadata":{"id":"cb296d3c-017a-4dee-83af-ebb5a5a16e9a","publisherId":{"publisherId":"ac9410a2-0d75-40ec-90de-b59bb705801d","publisherName":"ms-vscode-remote","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"},"platforms":["win32"],"clientOnly":true}],"walkthroughMetadata":[{"id":"Setup","steps":[{"id":"copilotInstall","title":"Supercharge your coding with AI-based suggestions","description":"Throw that rubber duck away! Code more efficiently with AI at your fingertips. Try [GitHub Copilot](command:extension.open?\"github.copilot\") free for 60 days.\n[Install Copilot](command:workbench.extensions.installExtension?%22github.copilot%22)","media":{"type":"image","altText":"Copilot Statistics","path":"copilotStep.png"}}]}],"featuredExtensions":[{"id":"github.copilot","title":"GitHub Copilot","description":"Supercharge your coding experience for as little as $10/month with cutting edge AI code generation."}],"aiGeneratedWorkspaceTrust":{"title":"This workspace was generated by GitHub Copilot","checkboxText":"Trust the contents of all files in this workspace","trustOption":"Yes, I trust the contents","dontTrustOption":"No, I don't trust the contents","startupTrustRequestLearnMore":"If you don't trust the contents of the files generated by GitHub Copilot, we recommend continuing in restricted mode. See [our docs](https://aka.ms/vscode-workspace-trust) to learn more. "},"commit":"fdb98833154679dbaa7af67a5a29fe19e55c2b73","date":"2023-10-02T10:51:22.294Z","checksums":{"vs/base/parts/sandbox/electron-sandbox/preload.js":"tRsUskjCvOXEfJLmCZIHxA","vs/workbench/workbench.desktop.main.js":"rIYtfYtC/bKWd+MS8yMrFA","vs/workbench/workbench.desktop.main.css":"7FQ8Q0sFHP0dmg0YNbHrBg","vs/workbench/api/node/extensionHostProcess.js":"Ya6fc44Rsem4uXeu6FDR4Q","vs/code/electron-sandbox/workbench/workbench.html":"Nei/i2NoxE9Pdo7ZULeFgA","vs/code/electron-sandbox/workbench/workbench.js":"e4vwL7ozJMAiq1p6brKBBA"},"version":"1.82.3","target":"user"},"isInitialStartup":false,"perfMarks":[{"name":"code/timeOrigin","startTime":1696418814326.168},{"name":"code/didStartMain","startTime":1696418814395},{"name":"code/willStartCrashReporter","startTime":1696418814402},{"name":"code/didStartCrashReporter","startTime":1696418814420},{"name":"code/mainAppReady","startTime":1696418814439},{"name":"code/willGenerateNls","startTime":1696418814439},{"name":"code/willLoadMainBundle","startTime":1696418814441},{"name":"code/fork/willLoadCode","startTime":1696418814448},{"name":"code/registerFilesystem/file","startTime":1696418814489},{"name":"code/registerFilesystem/vscode-userdata","startTime":1696418814489},{"name":"code/didLoadMainBundle","startTime":1696418814493},{"name":"code/willStartMainServer","startTime":1696418814500},{"name":"code/didStartMainServer","startTime":1696418814502},{"name":"code/willCreateCodeWindow","startTime":1696418814514},{"name":"code/willRestoreCodeWindowState","startTime":1696418814514},{"name":"code/didRestoreCodeWindowState","startTime":1696418814514},{"name":"code/willCreateCodeBrowserWindow","startTime":1696418814514},{"name":"code/didCreateCodeBrowserWindow","startTime":1696418814525},{"name":"code/willMaximizeCodeWindow","startTime":1696418814525},{"name":"code/didMaximizeCodeWindow","startTime":1696418814540},{"name":"code/didCreateCodeWindow","startTime":1696418814540},{"name":"code/willOpenNewWindow","startTime":1696418814540},{"name":"code/willOpenNewWindow","startTime":1696418838809}],"os":{"release":"10.0.19045","hostname":"DESKTOP-J4GCTUV","arch":"x64"},"autoDetectHighContrast":true,"autoDetectColorScheme":false,"accessibilitySupport":false,"colorScheme":{"dark":true,"highContrast":false},"policiesData":{"UpdateMode":{"definition":{"type":"string"}}},"fullscreen":false,"maximized":true,"partsSplash":{"zoomLevel":0,"baseTheme":"vs-dark","colorInfo":{"foreground":"#afaccc","background":"#070707","editorBackground":"#070707","titleBarBackground":"#070707","activityBarBackground":"#070707","sideBarBackground":"#070707","statusBarBackground":"#111111","statusBarNoFolderBackground":"#070707"},"layoutInfo":{"sideBarSide":"left","editorPartMinWidth":220,"titleBarHeight":35,"activityBarWidth":48,"sideBarWidth":170,"statusBarHeight":22,"windowBorder":false}}}
2023-10-04 14:27:18.999 [trace] Renderer->SharedProcess#connect
2023-10-04 14:27:18.999 [trace] PolicyConfiguration#initialize
2023-10-04 14:27:18.999 [trace] PolicyConfiguration#updatePolicyDefinitions ["editor.tabSize","editor.indentSize","editor.insertSpaces","editor.detectIndentation","editor.trimAutoWhitespace","editor.largeFileOptimizations","editor.wordBasedSuggestions","editor.wordBasedSuggestionsMode","editor.semanticHighlighting.enabled","editor.stablePeek","editor.maxTokenizationLineLength","editor.experimental.asyncTokenization","editor.experimental.asyncTokenizationLogging","editor.experimental.asyncTokenizationVerification","editor.language.brackets","editor.language.colorizedBracketPairs","diffEditor.maxComputationTime","diffEditor.maxFileSize","diffEditor.renderSideBySide","diffEditor.renderSideBySideInlineBreakpoint","diffEditor.useInlineViewWhenSpaceIsLimited","diffEditor.renderMarginRevertIcon","diffEditor.ignoreTrimWhitespace","diffEditor.renderIndicators","diffEditor.codeLens","diffEditor.wordWrap","diffEditor.diffAlgorithm","diffEditor.hideUnchangedRegions.enabled","diffEditor.hideUnchangedRegions.revealLineCount","diffEditor.hideUnchangedRegions.minimumLineCount","diffEditor.hideUnchangedRegions.contextLineCount","diffEditor.experimental.showMoves","diffEditor.experimental.useVersion2","diffEditor.experimental.showEmptyDecorations","editor.acceptSuggestionOnCommitCharacter","editor.acceptSuggestionOnEnter","editor.accessibilitySupport","editor.accessibilityPageSize","editor.autoClosingBrackets","editor.screenReaderAnnounceInlineSuggestion","editor.autoClosingDelete","editor.autoClosingOvertype","editor.autoClosingQuotes","editor.autoIndent","editor.autoSurround","editor.bracketPairColorization.enabled","editor.bracketPairColorization.independentColorPoolPerBracketType","editor.guides.bracketPairs","editor.guides.bracketPairsHorizontal","editor.guides.highlightActiveBracketPair","editor.guides.indentation","editor.guides.highlightActiveIndentation","editor.codeLens","editor.codeLensFontFamily","editor.codeLensFontSize","editor.colorDecorators","editor.colorDecoratorsLimit","editor.columnSelection","editor.comments.insertSpace","editor.comments.ignoreEmptyLines","editor.copyWithSyntaxHighlighting","editor.cursorBlinking","editor.cursorSmoothCaretAnimation","editor.cursorStyle","editor.cursorSurroundingLines","editor.cursorSurroundingLinesStyle","editor.cursorWidth","editor.dragAndDrop","editor.dropIntoEditor.enabled","editor.dropIntoEditor.showDropSelector","editor.emptySelectionClipboard","editor.experimentalWhitespaceRendering","editor.fastScrollSensitivity","editor.find.cursorMoveOnType","editor.find.seedSearchStringFromSelection","editor.find.autoFindInSelection","editor.find.addExtraSpaceOnTop","editor.find.loop","editor.folding","editor.foldingStrategy","editor.foldingHighlight","editor.foldingImportsByDefault","editor.foldingMaximumRegions","editor.unfoldOnClickAfterEndOfLine","editor.fontFamily","editor.fontLigatures","editor.fontSize","editor.fontWeight","editor.fontVariations","editor.formatOnPaste","editor.formatOnType","editor.glyphMargin","editor.gotoLocation.multiple","editor.gotoLocation.multipleDefinitions","editor.gotoLocation.multipleTypeDefinitions","editor.gotoLocation.multipleDeclarations","editor.gotoLocation.multipleImplementations","editor.gotoLocation.multipleReferences","editor.gotoLocation.alternativeDefinitionCommand","editor.gotoLocation.alternativeTypeDefinitionCommand","editor.gotoLocation.alternativeDeclarationCommand","editor.gotoLocation.alternativeImplementationCommand","editor.gotoLocation.alternativeReferenceCommand","editor.hideCursorInOverviewRuler","editor.hover.enabled","editor.hover.delay","editor.hover.sticky","editor.hover.above","editor.inlineSuggest.enabled","editor.inlineSuggest.showToolbar","editor.inlineSuggest.suppressSuggestions","editor.letterSpacing","editor.lightbulb.enabled","editor.lineHeight","editor.lineNumbers","editor.linkedEditing","editor.links","editor.matchBrackets","editor.minimap.enabled","editor.minimap.autohide","editor.minimap.size","editor.minimap.side","editor.minimap.showSlider","editor.minimap.scale","editor.minimap.renderCharacters","editor.minimap.maxColumn","editor.mouseWheelScrollSensitivity","editor.mouseWheelZoom","editor.multiCursorMergeOverlapping","editor.multiCursorModifier","editor.multiCursorPaste","editor.multiCursorLimit","editor.occurrencesHighlight","editor.overviewRulerBorder","editor.padding.top","editor.padding.bottom","editor.pasteAs.enabled","editor.pasteAs.showPasteSelector","editor.parameterHints.enabled","editor.parameterHints.cycle","editor.peekWidgetDefaultFocus","editor.definitionLinkOpensInPeek","editor.quickSuggestions","editor.quickSuggestionsDelay","editor.renameOnType","editor.renderControlCharacters","editor.renderFinalNewline","editor.renderLineHighlight","editor.renderLineHighlightOnlyWhenFocus","editor.renderWhitespace","editor.roundedSelection","editor.rulers","editor.scrollbar.vertical","editor.scrollbar.horizontal","editor.scrollbar.verticalScrollbarSize","editor.scrollbar.horizontalScrollbarSize","editor.scrollbar.scrollByPage","editor.scrollBeyondLastColumn","editor.scrollBeyondLastLine","editor.scrollPredominantAxis","editor.selectionHighlight","editor.showFoldingControls","editor.showUnused","editor.snippetSuggestions","editor.smartSelect.selectLeadingAndTrailingWhitespace","editor.smartSelect.selectSubwords","editor.smoothScrolling","editor.stickyScroll.enabled","editor.stickyScroll.maxLineCount","editor.stickyScroll.defaultModel","editor.stickyScroll.scrollWithEditor","editor.stickyTabStops","editor.suggest.insertMode","editor.suggest.filterGraceful","editor.suggest.localityBonus","editor.suggest.shareSuggestSelections","editor.suggest.selectionMode","editor.suggest.snippetsPreventQuickSuggestions","editor.suggest.showIcons","editor.suggest.showStatusBar","editor.suggest.preview","editor.suggest.showInlineDetails","editor.suggest.maxVisibleSuggestions","editor.suggest.filteredTypes","editor.suggest.showMethods","editor.suggest.showFunctions","editor.suggest.showConstructors","editor.suggest.showDeprecated","editor.suggest.matchOnWordStartOnly","editor.suggest.showFields","editor.suggest.showVariables","editor.suggest.showClasses","editor.suggest.showStructs","editor.suggest.showInterfaces","editor.suggest.showModules","editor.suggest.showProperties","editor.suggest.showEvents","editor.suggest.showOperators","editor.suggest.showUnits","editor.suggest.showValues","editor.suggest.showConstants","editor.suggest.showEnums","editor.suggest.showEnumMembers","editor.suggest.showKeywords","editor.suggest.showWords","editor.suggest.showColors","editor.suggest.showFiles","editor.suggest.showReferences","editor.suggest.showCustomcolors","editor.suggest.showFolders","editor.suggest.showTypeParameters","editor.suggest.showSnippets","editor.suggest.showUsers","editor.suggest.showIssues","editor.suggestFontSize","editor.suggestLineHeight","editor.suggestOnTriggerCharacters","editor.suggestSelection","editor.tabCompletion","editor.unicodeHighlight.nonBasicASCII","editor.unicodeHighlight.invisibleCharacters","editor.unicodeHighlight.ambiguousCharacters","editor.unicodeHighlight.includeComments","editor.unicodeHighlight.includeStrings","editor.unicodeHighlight.allowedCharacters","editor.unicodeHighlight.allowedLocales","editor.unusualLineTerminators","editor.useTabStops","editor.wordBreak","editor.wordSeparators","editor.wordWrap","editor.wordWrapColumn","editor.wrappingIndent","editor.wrappingStrategy","editor.showDeprecated","editor.inlayHints.enabled","editor.inlayHints.fontSize","editor.inlayHints.fontFamily","editor.inlayHints.padding","editor.tabFocusMode","editor.defaultColorDecorators","editor.colorDecoratorsActivatedOn","editor.inlineCompletionsAccessibilityVerbose","[plaintext]","keyboard.mapAltGrToCtrlAlt","http.proxy","http.proxyStrictSSL","http.proxyKerberosServicePrincipal","http.proxyAuthorization","http.proxySupport","http.systemCertificates","telemetry.telemetryLevel","telemetry.enableTelemetry","editor.codeActionWidget.showHeaders","workbench.list.multiSelectModifier","workbench.list.openMode","workbench.list.horizontalScrolling","workbench.list.scrollByPage","workbench.tree.indent","workbench.tree.renderIndentGuides","workbench.list.smoothScrolling","workbench.list.mouseWheelScrollSensitivity","workbench.list.fastScrollSensitivity","workbench.list.defaultFindMode","workbench.list.keyboardNavigation","workbench.list.defaultFindMatchType","workbench.tree.expandMode","workbench.list.typeNavigationMode","editor.rename.enablePreview","update.mode","update.channel","update.enableWindowsBackgroundUpdates","update.showReleaseNotes","editor.experimental.dropIntoEditor.defaultProvider","breadcrumbs.enabled","breadcrumbs.filePath","breadcrumbs.symbolPath","breadcrumbs.symbolSortOrder","breadcrumbs.icons","breadcrumbs.showFiles","breadcrumbs.showModules","breadcrumbs.showNamespaces","breadcrumbs.showPackages","breadcrumbs.showClasses","breadcrumbs.showMethods","breadcrumbs.showProperties","breadcrumbs.showFields","breadcrumbs.showConstructors","breadcrumbs.showEnums","breadcrumbs.showInterfaces","breadcrumbs.showFunctions","breadcrumbs.showVariables","breadcrumbs.showConstants","breadcrumbs.showStrings","breadcrumbs.showNumbers","breadcrumbs.showBooleans","breadcrumbs.showArrays","breadcrumbs.showObjects","breadcrumbs.showKeys","breadcrumbs.showNull","breadcrumbs.showEnumMembers","breadcrumbs.showStructs","breadcrumbs.showEvents","breadcrumbs.showOperators","breadcrumbs.showTypeParameters","notebook.lineNumbers","editor.codeActionsOnSave","editor.defaultFoldingRangeProvider","editor.defaultFormatter","problems.decorations.enabled","audioCues.enabled","audioCues.volume","audioCues.debouncePositionChanges","audioCues.lineHasBreakpoint","audioCues.lineHasInlineSuggestion","audioCues.lineHasError","audioCues.lineHasFoldedArea","audioCues.lineHasWarning","audioCues.onDebugBreak","audioCues.noInlayHints","audioCues.taskCompleted","audioCues.taskFailed","audioCues.terminalCommandFailed","audioCues.terminalQuickFix","audioCues.diffLineInserted","audioCues.diffLineDeleted","audioCues.diffLineModified","audioCues.notebookCellCompleted","audioCues.notebookCellFailed","audioCues.chatRequestSent","audioCues.chatResponsePending","audioCues.chatResponseReceived","remote.tunnels.access.hostNameOverride","remote.tunnels.access.preventSleep","workbench.editor.titleScrollbarSizing","workbench.editor.showTabs","workbench.editor.wrapTabs","workbench.editor.scrollToSwitchTabs","workbench.editor.highlightModifiedTabs","workbench.editor.decorations.badges","workbench.editor.decorations.colors","workbench.editor.labelFormat","workbench.editor.untitled.labelFormat","workbench.editor.untitled.hint","workbench.editor.languageDetection","workbench.editor.historyBasedLanguageDetection","workbench.editor.preferHistoryBasedLanguageDetection","workbench.editor.languageDetectionHints","workbench.editor.tabCloseButton","workbench.editor.tabSizing","workbench.editor.tabSizingFixedMinWidth","workbench.editor.tabSizingFixedMaxWidth","workbench.editor.pinnedTabSizing","workbench.editor.preventPinnedEditorClose","workbench.editor.splitSizing","workbench.editor.splitOnDragAndDrop","workbench.editor.focusRecentEditorAfterClose","workbench.editor.showIcons","workbench.editor.enablePreview","workbench.editor.enablePreviewFromQuickOpen","workbench.editor.enablePreviewFromCodeNavigation","workbench.editor.closeOnFileDelete","workbench.editor.openPositioning","workbench.editor.openSideBySideDirection","workbench.editor.closeEmptyGroups","workbench.editor.revealIfOpen","workbench.editor.mouseBackForwardToNavigate","workbench.editor.navigationScope","workbench.editor.restoreViewState","workbench.editor.sharedViewState","workbench.editor.splitInGroupLayout","workbench.editor.centeredLayoutAutoResize","workbench.editor.centeredLayoutFixedWidth","workbench.editor.doubleClickTabToToggleEditorGroupSizes","workbench.editor.limit.enabled","workbench.editor.limit.value","workbench.editor.limit.excludeDirty","workbench.editor.limit.perEditorGroup","workbench.localHistory.enabled","workbench.localHistory.maxFileSize","workbench.localHistory.maxFileEntries","workbench.localHistory.exclude","workbench.localHistory.mergeWindow","workbench.commandPalette.history","workbench.commandPalette.preserveInput","workbench.commandPalette.experimental.suggestCommands","workbench.commandPalette.experimental.enableNaturalLanguageSearch","workbench.quickOpen.closeOnFocusLost","workbench.quickOpen.preserveInput","workbench.settings.openDefaultSettings","workbench.settings.useSplitJSON","workbench.settings.openDefaultKeybindings","workbench.sideBar.location","workbench.panel.defaultLocation","workbench.panel.opensMaximized","workbench.statusBar.visible","workbench.activityBar.visible","workbench.activityBar.iconClickBehavior","workbench.view.alwaysShowHeaderActions","workbench.settings.editor","workbench.hover.delay","workbench.reduceMotion","workbench.layoutControl.enabled","workbench.layoutControl.type","workbench.tips.enabled","window.title","window.titleSeparator","window.commandCenter","window.menuBarVisibility","window.enableMenuBarMnemonics","window.customMenuBarAltFocus","window.openFilesInNewWindow","window.openFoldersInNewWindow","window.confirmBeforeClose","zenMode.fullScreen","zenMode.centerLayout","zenMode.hideTabs","zenMode.hideStatusBar","zenMode.hideActivityBar","zenMode.hideLineNumbers","zenMode.restore","zenMode.silentNotifications","workbench.externalUriOpeners","inlineChat.mode","inlineChat.showDiff","remote.extensionKind","remote.restoreForwardedPorts","remote.autoForwardPorts","remote.autoForwardPortsSource","remote.forwardOnOpen","remote.portsAttributes","remote.otherPortsAttributes","remote.localPortHost","workbench.sash.size","workbench.sash.hoverDelay","workbench.experimental.share.enabled","workbench.enableExperiments","workbench.editorAssociations","remote.downloadExtensionsLocally","task.problemMatchers.neverPrompt","task.autoDetect","task.slowProviderWarning","task.quickOpen.history","task.quickOpen.detail","task.quickOpen.skip","task.quickOpen.showAll","task.allowAutomaticTasks","task.reconnection","task.saveBeforeRun","workbench.trustedDomains.promptInTrustedWorkspace","workbench.colorTheme","workbench.preferredDarkColorTheme","workbench.preferredLightColorTheme","workbench.preferredHighContrastColorTheme","workbench.preferredHighContrastLightColorTheme","workbench.iconTheme","workbench.colorCustomizations","workbench.productIconTheme","window.autoDetectHighContrast","window.autoDetectColorScheme","editor.tokenColorCustomizations","editor.semanticTokenColorCustomizations","application.experimental.rendererProfiling","accessibility.verbosity.terminal","accessibility.verbosity.diffEditor","accessibility.verbosity.panelChat","accessibility.verbosity.inlineChat","accessibility.verbosity.inlineCompletions","accessibility.verbosity.keybindingsEditor","accessibility.verbosity.notebook","accessibility.verbosity.hover","accessibility.verbosity.notification","accessibility.verbosity.untitledHint","accessibility.dimUnfocused.enabled","accessibility.dimUnfocused.opacity","comments.openPanel","comments.openView","comments.useRelativeTime","comments.visible","comments.maxHeight","notebook.navigation.allowNavigateToSurroundingCells","notebook.diff.ignoreMetadata","notebook.diff.ignoreOutputs","editor.snippets.codeActions.enabled","workbench.settings.applyToAllProfiles","screencastMode.verticalOffset","screencastMode.fontSize","screencastMode.keyboardOptions","screencastMode.keyboardOverlayTimeout","screencastMode.mouseIndicatorColor","screencastMode.mouseIndicatorSize","interactiveWindow.alwaysScrollOnNewCell","mergeEditor.diffAlgorithm","mergeEditor.showDeletionMarkers","workbench.settings.enableNaturalLanguageSearch","workbench.settings.settingsSearchTocBehavior","files.refactoring.autoSave","debug.allowBreakpointsEverywhere","debug.openExplorerOnEnd","debug.inlineValues","debug.toolBarLocation","debug.showInStatusBar","debug.internalConsoleOptions","debug.console.closeOnEnd","debug.terminal.clearBeforeReusing","debug.openDebug","debug.showSubSessionsInToolBar","debug.console.fontSize","debug.console.fontFamily","debug.console.lineHeight","debug.console.wordWrap","debug.console.historySuggestions","debug.console.collapseIdenticalLines","debug.console.acceptSuggestionOnEnter","launch","debug.focusWindowOnBreak","debug.focusEditorOnBreak","debug.onTaskErrors","debug.showBreakpointsInOverviewRuler","debug.showInlineBreakpointCandidates","debug.saveBeforeStart","debug.confirmOnExit","debug.disassemblyView.showSourceCode","debug.autoExpandLazyVariables","debug.enableStatusBarColor","chat.editor.fontSize","chat.editor.fontFamily","chat.editor.fontWeight","chat.editor.wordWrap","chat.editor.lineHeight","files.exclude","files.associations","files.encoding","files.autoGuessEncoding","files.eol","files.enableTrash","files.trimTrailingWhitespace","files.insertFinalNewline","files.trimFinalNewlines","files.autoSave","files.autoSaveDelay","files.watcherExclude","files.watcherInclude","files.hotExit","files.defaultLanguage","files.readonlyInclude","files.readonlyExclude","files.readonlyFromPermissions","files.restoreUndoStack","files.saveConflictResolution","files.dialog.defaultPath","files.simpleDialog.enable","files.participants.timeout","editor.formatOnSave","editor.formatOnSaveMode","explorer.openEditors.visible","explorer.openEditors.minVisible","explorer.openEditors.sortOrder","explorer.autoReveal","explorer.autoRevealExclude","explorer.enableDragAndDrop","explorer.confirmDragAndDrop","explorer.confirmDelete","explorer.enableUndo","explorer.confirmUndo","explorer.expandSingleFolderWorkspaces","explorer.sortOrder","explorer.sortOrderLexicographicOptions","explorer.decorations.colors","explorer.decorations.badges","explorer.incrementalNaming","explorer.compactFolders","explorer.copyRelativePathSeparator","explorer.excludeGitIgnore","explorer.fileNesting.enabled","explorer.fileNesting.expand","explorer.fileNesting.patterns","problems.autoReveal","problems.defaultViewMode","problems.showCurrentInStatus","problems.sortOrder","outline.icons","outline.collapseItems","outline.problems.enabled","outline.problems.colors","outline.problems.badges","outline.showFiles","outline.showModules","outline.showNamespaces","outline.showPackages","outline.showClasses","outline.showMethods","outline.showProperties","outline.showFields","outline.showConstructors","outline.showEnums","outline.showInterfaces","outline.showFunctions","outline.showVariables","outline.showConstants","outline.showStrings","outline.showNumbers","outline.showBooleans","outline.showArrays","outline.showObjects","outline.showKeys","outline.showNull","outline.showEnumMembers","outline.showStructs","outline.showEvents","outline.showOperators","outline.showTypeParameters","output.smartScroll.enabled","scm.diffDecorations","scm.diffDecorationsGutterWidth","scm.diffDecorationsGutterVisibility","scm.diffDecorationsGutterAction","scm.diffDecorationsGutterPattern","scm.diffDecorationsIgnoreTrimWhitespace","scm.alwaysShowActions","scm.countBadge","scm.providerCountBadge","scm.defaultViewMode","scm.defaultViewSortKey","scm.autoReveal","scm.inputFontFamily","scm.inputFontSize","scm.alwaysShowRepositories","scm.repositories.sortOrder","scm.repositories.visible","scm.showActionButton","testing.autoRun.delay","testing.automaticallyOpenPeekView","testing.showAllMessages","testing.automaticallyOpenPeekViewDuringAutoRun","testing.countBadge","testing.followRunningTest","testing.defaultGutterClickAction","testing.gutterEnabled","testing.saveBeforeTest","testing.openTesting","testing.alwaysRevealTestOnStateChange","timeline.pageSize","timeline.pageOnScroll","workbench.welcomePage.walkthroughs.openOnInstall","workbench.startupEditor","workbench.welcomePage.preferReducedMotion","window.openWithoutArgumentsInNewWindow","window.restoreWindows","window.restoreFullscreen","window.zoomLevel","window.newWindowDimensions","window.closeWhenEmpty","window.doubleClickIconToClose","window.titleBarStyle","window.experimental.nativeContextMenuLocation","window.dialogStyle","telemetry.enableCrashReporter","workbench.experimental.cloudChanges.autoStore","workbench.cloudChanges.autoResume","workbench.cloudChanges.continueOn","workbench.experimental.cloudChanges.partialMatches.enabled","extensions.autoUpdate","extensions.autoCheckUpdates","extensions.ignoreRecommendations","extensions.showRecommendationsOnlyOnDemand","extensions.closeExtensionDetailsOnViewChange","extensions.confirmedUriHandlerExtensionIds","extensions.webWorker","extensions.supportVirtualWorkspaces","extensions.experimental.affinity","extensions.supportUntrustedWorkspaces","extensions.experimental.deferredStartupFinishedActivation","notebook.outline.showCodeCells","notebook.breadcrumbs.showCodeCells","notebook.displayOrder","notebook.cellToolbarLocation","notebook.showCellStatusBar","notebook.diff.enablePreview","notebook.diff.overviewRuler","notebook.cellToolbarVisibility","notebook.undoRedoPerCell","notebook.compactView","notebook.cellFocusIndicator","notebook.insertToolbarLocation","notebook.globalToolbar","notebook.stickyScroll.enabled","notebook.consolidatedOutputButton","notebook.showFoldingControls","notebook.dragAndDropEnabled","notebook.consolidatedRunButton","notebook.globalToolbarShowLabel","notebook.output.textLineLimit","notebook.markup.fontSize","notebook.editorOptionsCustomizations","interactiveWindow.collapseCellInputCode","notebook.output.lineHeight","notebook.output.fontSize","notebook.output.fontFamily","notebook.output.scrolling","notebook.output.wordWrap","notebook.formatOnSave.enabled","notebook.codeActionsOnSave","notebook.formatOnCellExecution","notebook.confirmDeleteRunningCell","notebook.find.scope","notebook.experimental.remoteSave","search.exclude","search.mode","search.useRipgrep","search.maintainFileSearchCache","search.useIgnoreFiles","search.useGlobalIgnoreFiles","search.useParentIgnoreFiles","search.quickOpen.includeSymbols","search.quickOpen.includeHistory","search.quickOpen.history.filterSortOrder","search.followSymlinks","search.smartCase","search.location","search.maxResults","search.collapseResults","search.useReplacePreview","search.showLineNumbers","search.usePCRE2","search.actionsPosition","search.searchOnType","search.seedWithNearestWord","search.seedOnFocus","search.searchOnTypeDebouncePeriod","search.searchEditor.doubleClickBehaviour","search.searchEditor.reusePriorSearchConfiguration","search.searchEditor.defaultNumberOfContextLines","search.sortOrder","search.decorations.colors","search.decorations.badges","search.defaultViewMode","search.experimental.closedNotebookRichContentResults","search.experimental.quickAccess.preserveInput","terminal.integrated.automationProfile.linux","terminal.integrated.automationProfile.osx","terminal.integrated.automationProfile.windows","terminal.integrated.profiles.windows","terminal.integrated.profiles.osx","terminal.integrated.profiles.linux","terminal.integrated.useWslProfiles","terminal.integrated.inheritEnv","terminal.integrated.persistentSessionScrollback","terminal.integrated.showLinkHover","terminal.integrated.ignoreProcessNames","terminal.integrated.defaultProfile.linux","terminal.integrated.defaultProfile.osx","terminal.integrated.defaultProfile.windows","terminal.integrated.sendKeybindingsToShell","terminal.integrated.tabs.defaultColor","terminal.integrated.tabs.defaultIcon","terminal.integrated.tabs.enabled","terminal.integrated.tabs.enableAnimation","terminal.integrated.tabs.hideCondition","terminal.integrated.tabs.showActiveTerminal","terminal.integrated.tabs.showActions","terminal.integrated.tabs.location","terminal.integrated.tabFocusMode","terminal.integrated.defaultLocation","terminal.integrated.tabs.focusMode","terminal.integrated.macOptionIsMeta","terminal.integrated.macOptionClickForcesSelection","terminal.integrated.altClickMovesCursor","terminal.integrated.copyOnSelection","terminal.integrated.enableMultiLinePasteWarning","terminal.integrated.drawBoldTextInBrightColors","terminal.integrated.fontFamily","terminal.integrated.fontSize","terminal.integrated.letterSpacing","terminal.integrated.lineHeight","terminal.integrated.minimumContrastRatio","terminal.integrated.tabStopWidth","terminal.integrated.fastScrollSensitivity","terminal.integrated.mouseWheelScrollSensitivity","terminal.integrated.bellDuration","terminal.integrated.fontWeight","terminal.integrated.fontWeightBold","terminal.integrated.cursorBlinking","terminal.integrated.cursorStyle","terminal.integrated.cursorStyleInactive","terminal.integrated.cursorWidth","terminal.integrated.scrollback","terminal.integrated.detectLocale","terminal.integrated.gpuAcceleration","terminal.integrated.tabs.separator","terminal.integrated.tabs.title","terminal.integrated.tabs.description","terminal.integrated.rightClickBehavior","terminal.integrated.cwd","terminal.integrated.confirmOnExit","terminal.integrated.confirmOnKill","terminal.integrated.enableBell","terminal.integrated.commandsToSkipShell","terminal.integrated.allowChords","terminal.integrated.allowMnemonics","terminal.integrated.env.osx","terminal.integrated.env.linux","terminal.integrated.env.windows","terminal.integrated.environmentChangesIndicator","terminal.integrated.environmentChangesRelaunch","terminal.integrated.showExitAlert","terminal.integrated.splitCwd","terminal.integrated.windowsEnableConpty","terminal.integrated.wordSeparators","terminal.integrated.enableFileLinks","terminal.integrated.unicodeVersion","terminal.integrated.localEchoLatencyThreshold","terminal.integrated.localEchoEnabled","terminal.integrated.localEchoExcludePrograms","terminal.integrated.localEchoStyle","terminal.integrated.enablePersistentSessions","terminal.integrated.persistentSessionReviveProcess","terminal.integrated.hideOnStartup","terminal.integrated.customGlyphs","terminal.integrated.autoReplies","terminal.integrated.shellIntegration.enabled","terminal.integrated.shellIntegration.decorationsEnabled","terminal.integrated.shellIntegration.history","terminal.integrated.shellIntegration.suggestEnabled","terminal.integrated.smoothScrolling","terminal.integrated.ignoreBracketedPasteMode","terminal.integrated.enableImages","terminal.integrated.focusAfterRun","security.workspace.trust.enabled","security.workspace.trust.startupPrompt","security.workspace.trust.banner","security.workspace.trust.untrustedFiles","security.workspace.trust.emptyWindow"]
2023-10-04 14:27:18.999 [trace] PolicyConfiguration#update ["update.mode"]
2023-10-04 14:27:18.999 [trace] Renderer->UtilityProcess#createWorker
2023-10-04 14:27:19.007 [trace] Error while resolving configuration file 'file:///d%3A/Dev/quickcopy/.vscode/tasks.json': Unable to read file 'd:\Dev\quickcopy\.vscode\tasks.json' (Error: Unable to resolve nonexistent file 'd:\Dev\quickcopy\.vscode\tasks.json')
2023-10-04 14:27:19.007 [trace] Error while resolving configuration file 'file:///d%3A/Dev/quickcopy/.vscode/launch.json': Unable to read file 'd:\Dev\quickcopy\.vscode\launch.json' (Error: Unable to resolve nonexistent file 'd:\Dev\quickcopy\.vscode\launch.json')
2023-10-04 14:27:19.011 [trace] [lifecycle] starting up (startup kind: 3)
2023-10-04 14:27:19.011 [trace] lifecycle: phase changed (value: 2)
2023-10-04 14:27:19.050 [trace] PolicyConfiguration#updatePolicyDefinitions ["security.allowedUNCHosts","security.restrictUNCAccess"]
2023-10-04 14:27:19.054 [trace] TimelineService#registerTimelineProvider: id=timeline.localHistory
2023-10-04 14:27:19.081 [trace] Layout#layout, height: 1040, width: 1920
2023-10-04 14:27:19.093 [trace] PolicyConfiguration#update []
2023-10-04 14:27:19.102 [debug] [DEBOUNCE: Folding] is disabled in developed mode
2023-10-04 14:27:19.103 [trace] [IE] (editor:vs.editor.ICodeEditor:1)NEW controller
2023-10-04 14:27:19.118 [trace] lifecycle: phase changed (value: 3)
2023-10-04 14:27:19.119 [trace] Renderer->SharedProcess#connect: before acquirePort
2023-10-04 14:27:19.140 [trace] Renderer->SharedProcess#connect: connection established
2023-10-04 14:27:19.141 [trace] Renderer->UtilityProcess#createWorkerChannel: connection established
2023-10-04 14:27:19.170 [trace] Started scanning system extensions
2023-10-04 14:27:19.171 [trace] Started scanning user extensions {"$mid":1,"path":"/c:/Users/Kaosc/.vscode/extensions/extensions.json","scheme":"vscode-userdata"}
2023-10-04 14:27:19.208 [debug] Using cached extensions scan result vscode-userdata:/c%3A/Users/Kaosc/.vscode/extensions/extensions.json
2023-10-04 14:27:19.208 [debug] ComputeTargetPlatform: win32-x64
2023-10-04 14:27:19.209 [trace] Scanned user extensions: 39
2023-10-04 14:27:19.217 [debug] Using cached extensions scan result file:///c%3A/Users/Kaosc/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions
2023-10-04 14:27:19.217 [trace] Scanned system extensions: 90
2023-10-04 14:27:19.219 [error] Extension 'github.copilot-chat' appears in product.json but enables LESS API proposals than the extension wants.
package.json (LOSES): interactive, interactiveUserActions, terminalContextMenu, terminalDataWriteEvent, terminalSelection, terminalQuickFixProvider, handleIssueUri, chatSlashCommands, readonlyMessage, chatVariables, mappedEditsProvider, aiRelatedInformation
product.json (WINS): handleIssueUri, interactive, interactiveUserActions, terminalContextMenu, terminalDataWriteEvent, terminalSelection, terminalQuickFixProvider, chatSlashCommands, readonlyMessage, mappedEditsProvider, aiRelatedInformation
2023-10-04 14:27:19.220 [trace] pickRunningLocation for vscode.bat, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.220 [trace] pickRunningLocation for vscode.clojure, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.220 [trace] pickRunningLocation for vscode.coffeescript, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.221 [trace] pickRunningLocation for vscode.configuration-editing, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.221 [trace] pickRunningLocation for vscode.cpp, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.221 [trace] pickRunningLocation for vscode.csharp, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.221 [trace] pickRunningLocation for vscode.css, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.221 [trace] pickRunningLocation for vscode.css-language-features, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.221 [trace] pickRunningLocation for vscode.dart, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.221 [trace] pickRunningLocation for vscode.debug-auto-launch, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.221 [trace] pickRunningLocation for vscode.debug-server-ready, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.222 [trace] pickRunningLocation for vscode.diff, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.222 [trace] pickRunningLocation for vscode.docker, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.222 [trace] pickRunningLocation for vscode.emmet, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.222 [trace] pickRunningLocation for vscode.extension-editing, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.222 [trace] pickRunningLocation for vscode.fsharp, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.222 [trace] pickRunningLocation for vscode.git, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.222 [trace] pickRunningLocation for vscode.git-base, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.222 [trace] pickRunningLocation for vscode.github, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.222 [trace] pickRunningLocation for vscode.github-authentication, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.223 [trace] pickRunningLocation for vscode.go, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.223 [trace] pickRunningLocation for vscode.groovy, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.223 [trace] pickRunningLocation for vscode.grunt, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.223 [trace] pickRunningLocation for vscode.gulp, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.223 [trace] pickRunningLocation for vscode.handlebars, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.223 [trace] pickRunningLocation for vscode.hlsl, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.223 [trace] pickRunningLocation for vscode.html, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.223 [trace] pickRunningLocation for vscode.html-language-features, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.223 [trace] pickRunningLocation for vscode.ini, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.224 [trace] pickRunningLocation for vscode.ipynb, extension kinds: [workspace, ui], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.224 [trace] pickRunningLocation for vscode.jake, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.224 [trace] pickRunningLocation for vscode.java, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.224 [trace] pickRunningLocation for vscode.javascript, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.224 [trace] pickRunningLocation for vscode.json, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.224 [trace] pickRunningLocation for vscode.json-language-features, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.224 [trace] pickRunningLocation for vscode.julia, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.224 [trace] pickRunningLocation for vscode.latex, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.224 [trace] pickRunningLocation for vscode.less, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.224 [trace] pickRunningLocation for vscode.log, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.225 [trace] pickRunningLocation for vscode.lua, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.225 [trace] pickRunningLocation for vscode.make, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.225 [trace] pickRunningLocation for vscode.markdown, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.225 [trace] pickRunningLocation for vscode.markdown-language-features, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.225 [trace] pickRunningLocation for vscode.markdown-math, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.225 [trace] pickRunningLocation for vscode.media-preview, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.225 [trace] pickRunningLocation for vscode.merge-conflict, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.225 [trace] pickRunningLocation for vscode.microsoft-authentication, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.225 [trace] pickRunningLocation for ms-vscode-remote.remote-wsl-recommender, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.225 [trace] pickRunningLocation for ms-vscode.js-debug, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.226 [trace] pickRunningLocation for ms-vscode.js-debug-companion, extension kinds: [ui], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.226 [trace] pickRunningLocation for ms-vscode.vscode-js-profile-table, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.226 [trace] pickRunningLocation for vscode.builtin-notebook-renderers, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.226 [trace] pickRunningLocation for vscode.npm, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.227 [trace] pickRunningLocation for vscode.objective-c, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.227 [trace] pickRunningLocation for vscode.perl, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.228 [trace] pickRunningLocation for vscode.php, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.228 [trace] pickRunningLocation for vscode.php-language-features, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.228 [trace] pickRunningLocation for vscode.powershell, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.228 [trace] pickRunningLocation for vscode.pug, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.228 [trace] pickRunningLocation for vscode.python, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.228 [trace] pickRunningLocation for vscode.r, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.228 [trace] pickRunningLocation for vscode.razor, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.229 [trace] pickRunningLocation for vscode.references-view, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.229 [trace] pickRunningLocation for vscode.restructuredtext, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.229 [trace] pickRunningLocation for vscode.ruby, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.229 [trace] pickRunningLocation for vscode.rust, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.229 [trace] pickRunningLocation for vscode.scss, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.229 [trace] pickRunningLocation for vscode.search-result, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.229 [trace] pickRunningLocation for vscode.shaderlab, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.229 [trace] pickRunningLocation for vscode.shellscript, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.230 [trace] pickRunningLocation for vscode.simple-browser, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.230 [trace] pickRunningLocation for vscode.sql, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.230 [trace] pickRunningLocation for vscode.swift, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.230 [trace] pickRunningLocation for vscode.theme-abyss, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.230 [trace] pickRunningLocation for vscode.theme-defaults, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.230 [trace] pickRunningLocation for vscode.theme-kimbie-dark, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.230 [trace] pickRunningLocation for vscode.theme-monokai, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.230 [trace] pickRunningLocation for vscode.theme-monokai-dimmed, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.231 [trace] pickRunningLocation for vscode.theme-quietlight, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.231 [trace] pickRunningLocation for vscode.theme-red, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.231 [trace] pickRunningLocation for vscode.vscode-theme-seti, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.231 [trace] pickRunningLocation for vscode.theme-solarized-dark, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.231 [trace] pickRunningLocation for vscode.theme-solarized-light, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.231 [trace] pickRunningLocation for vscode.theme-tomorrow-night-blue, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.231 [trace] pickRunningLocation for vscode.tunnel-forwarding, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.231 [trace] pickRunningLocation for vscode.typescript, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.231 [trace] pickRunningLocation for vscode.typescript-language-features, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.231 [trace] pickRunningLocation for vscode.vb, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.232 [trace] pickRunningLocation for vscode.xml, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.232 [trace] pickRunningLocation for vscode.yaml, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess
2023-10-04 14:27:19.232 [trace] PolicyConfiguration#updatePolicyDefinitions ["[clojure]","[coffeescript]","[csharp]","[css]","[scss]","[less]","[dockerfile]","[fsharp]","[git-commit]","[git-rebase]","[go]","[html]","[handlebars]","[javascript]","[json]","[jsonc]","[makefile]","[markdown]","[jade]","[python]","[search-result]","[shellscript]","[yaml]","[dockercompose]","css.customData","css.completion.triggerPropertyValueCompletion","css.completion.completePropertyWithSemicolon","css.validate","css.hover.documentation","css.hover.references","css.lint.compatibleVendorPrefixes","css.lint.vendorPrefix","css.lint.duplicateProperties","css.lint.emptyRules","css.lint.importStatement","css.lint.boxModel","css.lint.universalSelector","css.lint.zeroUnits","css.lint.fontFaceProperties","css.lint.hexColorLength","css.lint.argumentsInColorFunction","css.lint.unknownProperties","css.lint.validProperties","css.lint.ieHack","css.lint.unknownVendorSpecificProperties","css.lint.propertyIgnoredDueToDisplay","css.lint.important","css.lint.float","css.lint.idSelector","css.lint.unknownAtRules","css.trace.server","css.format.enable","css.format.newlineBetweenSelectors","css.format.newlineBetweenRules","css.format.spaceAroundSelectorSeparator","css.format.braceStyle","css.format.preserveNewLines","css.format.maxPreserveNewLines","scss.completion.triggerPropertyValueCompletion","scss.completion.completePropertyWithSemicolon","scss.validate","scss.hover.documentation","scss.hover.references","scss.lint.compatibleVendorPrefixes","scss.lint.vendorPrefix","scss.lint.duplicateProperties","scss.lint.emptyRules","scss.lint.importStatement","scss.lint.boxModel","scss.lint.universalSelector","scss.lint.zeroUnits","scss.lint.fontFaceProperties","scss.lint.hexColorLength","scss.lint.argumentsInColorFunction","scss.lint.unknownProperties","scss.lint.validProperties","scss.lint.ieHack","scss.lint.unknownVendorSpecificProperties","scss.lint.propertyIgnoredDueToDisplay","scss.lint.important","scss.lint.float","scss.lint.idSelector","scss.lint.unknownAtRules","scss.format.enable","scss.format.newlineBetweenSelectors","scss.format.newlineBetweenRules","scss.format.spaceAroundSelectorSeparator","scss.format.braceStyle","scss.format.preserveNewLines","scss.format.maxPreserveNewLines","less.completion.triggerPropertyValueCompletion","less.completion.completePropertyWithSemicolon","less.validate","less.hover.documentation","less.hover.references","less.lint.compatibleVendorPrefixes","less.lint.vendorPrefix","less.lint.duplicateProperties","less.lint.emptyRules","less.lint.importStatement","less.lint.boxModel","less.lint.universalSelector","less.lint.zeroUnits","less.lint.fontFaceProperties","less.lint.hexColorLength","less.lint.argumentsInColorFunction","less.lint.unknownProperties","less.lint.validProperties","less.lint.ieHack","less.lint.unknownVendorSpecificProperties","less.lint.propertyIgnoredDueToDisplay","less.lint.important","less.lint.float","less.lint.idSelector","less.lint.unknownAtRules","less.format.enable","less.format.newlineBetweenSelectors","less.format.newlineBetweenRules","less.format.spaceAroundSelectorSeparator","less.format.braceStyle","less.format.preserveNewLines","less.format.maxPreserveNewLines","emmet.showExpandedAbbreviation","emmet.showAbbreviationSuggestions","emmet.includeLanguages","emmet.variables","emmet.syntaxProfiles","emmet.excludeLanguages","emmet.extensionsPath","emmet.triggerExpansionOnTab","emmet.useInlineCompletions","emmet.preferences","emmet.showSuggestionsAsSnippets","emmet.optimizeStylesheetParsing","git.enabled","git.path","git.autoRepositoryDetection","git.autorefresh","git.autofetch","git.autofetchPeriod","git.defaultBranchName","git.branchPrefix","git.branchProtection","git.branchProtectionPrompt","git.branchValidationRegex","git.branchWhitespaceChar","git.branchRandomName.enable","git.branchRandomName.dictionary","git.confirmSync","git.countBadge","git.checkoutType","git.ignoreLegacyWarning","git.ignoreMissingGitWarning","git.ignoreWindowsGit27Warning","git.ignoreLimitWarning","git.ignoreRebaseWarning","git.defaultCloneDirectory","git.useEditorAsCommitInput","git.verboseCommit","git.enableSmartCommit","git.smartCommitChanges","git.suggestSmartCommit","git.enableCommitSigning","git.confirmEmptyCommits","git.decorations.enabled","git.enableStatusBarSync","git.followTagsWhenSync","git.promptToSaveFilesBeforeStash","git.promptToSaveFilesBeforeCommit","git.postCommitCommand","git.rememberPostCommitCommand","git.openAfterClone","git.showInlineOpenFileAction","git.showPushSuccessNotification","git.inputValidation","git.inputValidationLength","git.inputValidationSubjectLength","git.detectSubmodules","git.detectSubmodulesLimit","git.alwaysShowStagedChangesResourceGroup","git.alwaysSignOff","git.ignoreSubmodules","git.ignoredRepositories","git.scanRepositories","git.showProgress","git.rebaseWhenSync","git.pullBeforeCheckout","git.fetchOnPull","git.pruneOnFetch","git.pullTags","git.autoStash","git.allowForcePush","git.useForcePushWithLease","git.confirmForcePush","git.allowNoVerifyCommit","git.confirmNoVerifyCommit","git.closeDiffOnOperation","git.openDiffOnClick","git.supportCancellation","git.branchSortOrder","git.untrackedChanges","git.requireGitUserConfig","git.showCommitInput","git.terminalAuthentication","git.terminalGitEditor","git.useCommitInputAsStashMessage","git.useIntegratedAskPass","git.githubAuthentication","git.timeline.date","git.timeline.showAuthor","git.timeline.showUncommitted","git.showActionButton","git.statusLimit","git.repositoryScanIgnoredFolders","git.repositoryScanMaxDepth","git.commandsToLog","git.mergeEditor","git.optimisticUpdate","git.openRepositoryInParentFolders","git.similarityThreshold","github.branchProtection","github.gitAuthentication","github.gitProtocol","github-enterprise.uri","grunt.autoDetect","gulp.autoDetect","html.completion.attributeDefaultValue","html.customData","html.format.enable","html.format.wrapLineLength","html.format.unformatted","html.format.contentUnformatted","html.format.indentInnerHtml","html.format.preserveNewLines","html.format.maxPreserveNewLines","html.format.indentHandlebars","html.format.extraLiners","html.format.wrapAttributes","html.format.wrapAttributesIndentSize","html.format.templating","html.format.unformattedContentDelimiter","html.suggest.html5","html.validate.scripts","html.validate.styles","html.autoCreateQuotes","html.autoClosingTags","html.hover.documentation","html.hover.references","html.mirrorCursorOnMatchingTag","html.trace.server","ipynb.pasteImagesAsAttachments.enabled","jake.autoDetect","json.schemas","json.validate.enable","json.format.enable","json.format.keepLines","json.sortOnSave.enable","json.trace.server","json.colorDecorators.enable","json.maxItemsComputed","json.schemaDownload.enable","markdown.styles","markdown.preview.breaks","markdown.preview.linkify","markdown.preview.typographer","markdown.preview.fontFamily","markdown.preview.fontSize","markdown.preview.lineHeight","markdown.preview.scrollPreviewWithEditor","markdown.preview.markEditorSelection","markdown.preview.scrollEditorWithPreview","markdown.preview.doubleClickToSwitchToEditor","markdown.preview.openMarkdownLinks","markdown.links.openLocation","markdown.suggest.paths.enabled","markdown.suggest.paths.includeWorkspaceHeaderCompletions","markdown.trace.extension","markdown.trace.server","markdown.server.log","markdown.editor.drop.enabled","markdown.editor.drop.copyIntoWorkspace","markdown.editor.filePaste.enabled","markdown.editor.filePaste.copyIntoWorkspace","markdown.editor.pasteUrlAsFormattedLink.enabled","markdown.validate.enabled","markdown.validate.referenceLinks.enabled","markdown.validate.fragmentLinks.enabled","markdown.validate.fileLinks.enabled","markdown.validate.fileLinks.markdownFragmentLinks","markdown.validate.ignoredLinks","markdown.validate.unusedLinkDefinitions.enabled","markdown.validate.duplicateLinkDefinitions.enabled","markdown.updateLinksOnFileMove.enabled","markdown.updateLinksOnFileMove.include","markdown.updateLinksOnFileMove.enableForDirectories","markdown.occurrencesHighlight.enabled","markdown.copyFiles.destination","markdown.copyFiles.overwriteBehavior","markdown.preferredMdPathExtensionStyle","markdown.math.enabled","markdown.math.macros","mediaPreview.video.autoPlay","mediaPreview.video.loop","merge-conflict.codeLens.enabled","merge-conflict.decorators.enabled","merge-conflict.autoNavigateNextConflict.enabled","merge-conflict.diffViewPosition","microsoft-sovereign-cloud.environment","microsoft-sovereign-cloud.customEnvironment","debug.javascript.codelens.npmScripts","debug.javascript.terminalOptions","debug.javascript.automaticallyTunnelRemoteServer","debug.javascript.debugByLinkOptions","debug.javascript.pickAndAttachOptions","debug.javascript.autoAttachFilter","debug.javascript.autoAttachSmartPattern","debug.javascript.breakOnConditionalError","debug.javascript.unmapMissingSources","debug.javascript.defaultRuntimeExecutable","debug.javascript.resourceRequestOptions","npm.autoDetect","npm.runSilent","npm.packageManager","npm.exclude","npm.enableScriptExplorer","npm.enableRunFromFolder","npm.scriptExplorerAction","npm.scriptExplorerExclude","npm.fetchOnlinePackageInfo","npm.scriptHover","php.suggest.basic","php.validate.enable","php.validate.executablePath","php.validate.run","references.preferredLocation","simpleBrowser.focusLockIndicator.enabled","typescript.experimental.aiQuickFix","typescript.tsdk","typescript.disableAutomaticTypeAcquisition","typescript.enablePromptUseWorkspaceTsdk","typescript.npm","typescript.check.npmIsInstalled","javascript.referencesCodeLens.enabled","javascript.referencesCodeLens.showOnAllFunctions","typescript.referencesCodeLens.enabled","typescript.referencesCodeLens.showOnAllFunctions","typescript.implementationsCodeLens.enabled","typescript.tsserver.enableTracing","typescript.tsserver.log","typescript.tsserver.pluginPaths","javascript.suggest.completeFunctionCalls","typescript.suggest.completeFunctionCalls","javascript.suggest.includeAutomaticOptionalChainCompletions","typescript.suggest.includeAutomaticOptionalChainCompletions","typescript.inlayHints.parameterNames.enabled","typescript.inlayHints.parameterNames.suppressWhenArgumentMatchesName","typescript.inlayHints.parameterTypes.enabled","typescript.inlayHints.variableTypes.enabled","typescript.inlayHints.variableTypes.suppressWhenTypeMatchesName","typescript.inlayHints.propertyDeclarationTypes.enabled","typescript.inlayHints.functionLikeReturnTypes.enabled","typescript.inlayHints.enumMemberValues.enabled","javascript.inlayHints.parameterNames.enabled","javascript.inlayHints.parameterNames.suppressWhenArgumentMatchesName","javascript.inlayHints.parameterTypes.enabled","javascript.inlayHints.variableTypes.enabled","javascript.inlayHints.variableTypes.suppressWhenTypeMatchesName","javascript.inlayHints.propertyDeclarationTypes.enabled","javascript.inlayHints.functionLikeReturnTypes.enabled","javascript.inlayHints.enumMemberValues.enabled","javascript.suggest.includeCompletionsForImportStatements","typescript.suggest.includeCompletionsForImportStatements","typescript.reportStyleChecksAsWarnings","typescript.validate.enable","typescript.format.enable","typescript.format.insertSpaceAfterCommaDelimiter","typescript.format.insertSpaceAfterConstructor","typescript.format.insertSpaceAfterSemicolonInForStatements","typescript.format.insertSpaceBeforeAndAfterBinaryOperators","typescript.format.insertSpaceAfterKeywordsInControlFlowStatements","typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions","typescript.format.insertSpaceBeforeFunctionParenthesis","typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis","typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets","typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces","typescript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces","typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces","typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces","typescript.format.insertSpaceAfterTypeAssertion","typescript.format.placeOpenBraceOnNewLineForFunctions","typescript.format.placeOpenBraceOnNewLineForControlBlocks","typescript.format.semicolons","typescript.format.indentSwitchCase","javascript.validate.enable","javascript.format.enable","javascript.format.insertSpaceAfterCommaDelimiter","javascript.format.insertSpaceAfterConstructor","javascript.format.insertSpaceAfterSemicolonInForStatements","javascript.format.insertSpaceBeforeAndAfterBinaryOperators","javascript.format.insertSpaceAfterKeywordsInControlFlowStatements","javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions","javascript.format.insertSpaceBeforeFunctionParenthesis","javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis","javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets","javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces","javascript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces","javascript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces","javascript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces","javascript.format.placeOpenBraceOnNewLineForFunctions","javascript.format.placeOpenBraceOnNewLineForControlBlocks","javascript.format.semicolons","js/ts.implicitProjectConfig.module","js/ts.implicitProjectConfig.target","javascript.implicitProjectConfig.checkJs","js/ts.implicitProjectConfig.checkJs","javascript.implicitProjectConfig.experimentalDecorators","js/ts.implicitProjectConfig.experimentalDecorators","js/ts.implicitProjectConfig.strictNullChecks","js/ts.implicitProjectConfig.strictFunctionTypes","javascript.suggest.names","typescript.tsc.autoDetect","javascript.suggest.paths","typescript.suggest.paths","javascript.suggest.autoImports","typescript.suggest.autoImports","javascript.suggest.completeJSDocs","typescript.suggest.completeJSDocs","javascript.suggest.jsdoc.generateReturns","typescript.suggest.jsdoc.generateReturns","typescript.locale","javascript.suggestionActions.enabled","typescript.suggestionActions.enabled","javascript.preferences.quoteStyle","typescript.preferences.quoteStyle","javascript.preferences.importModuleSpecifier","typescript.preferences.importModuleSpecifier","javascript.preferences.importModuleSpecifierEnding","typescript.preferences.importModuleSpecifierEnding","javascript.preferences.jsxAttributeCompletionStyle","typescript.preferences.jsxAttributeCompletionStyle","typescript.preferences.includePackageJsonAutoImports","typescript.preferences.autoImportFileExcludePatterns","javascript.preferences.autoImportFileExcludePatterns","javascript.preferences.renameShorthandProperties","typescript.preferences.renameShorthandProperties","javascript.preferences.useAliasesForRenames","typescript.preferences.useAliasesForRenames","javascript.preferences.renameMatchingJsxTags","typescript.preferences.renameMatchingJsxTags","typescript.updateImportsOnFileMove.enabled","javascript.updateImportsOnFileMove.enabled","typescript.autoClosingTags","javascript.autoClosingTags","javascript.suggest.enabled","typescript.suggest.enabled","typescript.surveys.enabled","typescript.tsserver.useSeparateSyntaxServer","typescript.tsserver.useSyntaxServer","typescript.tsserver.maxTsServerMemory","typescript.tsserver.experimental.enableProjectDiagnostics","typescript.tsserver.watchOptions","typescript.workspaceSymbols.scope","javascript.suggest.classMemberSnippets.enabled","typescript.suggest.classMemberSnippets.enabled","typescript.suggest.objectLiteralMethodSnippets.enabled","typescript.tsserver.web.projectWideIntellisense.enabled","typescript.tsserver.web.projectWideIntellisense.suppressSemanticErrors","typescript.experimental.tsserver.web.typeAcquisition.enabled","typescript.preferGoToSourceDefinition","javascript.preferGoToSourceDefinition"]
2023-10-04 14:27:19.254 [trace] PolicyConfiguration#update []
2023-10-04 14:27:19.258 [trace] PolicyConfiguration#updatePolicyDefinitions ["workbench.editor.autoLockGroups","workbench.editor.defaultBinaryEditor","workbench.editorAssociations","workbench.editorLargeFileConfirmation"]
2023-10-04 14:27:19.260 [trace] PolicyConfiguration#update []
2023-10-04 14:27:19.263 [debug] Configuration keys changed in USER target tasks.version tasks.tasks
2023-10-04 14:27:19.320 [trace] [File Watcher (node.js)] Request to start watching: c:\Users\Kaosc\AppData\Roaming\Code\User (excludes: <none>, includes: <all>),c:\Users\Kaosc\AppData\Roaming\Code\User\settings.json (excludes: <none>, includes: <all>),d:\Dev\quickcopy\.vscode (excludes: <none>, includes: <all>),d:\Dev\quickcopy\.vscode\settings.json (excludes: <none>, includes: <all>),d:\Dev\quickcopy\.vscode\tasks.json (excludes: <none>, includes: <all>),d:\Dev\quickcopy\.vscode\launch.json (excludes: <none>, includes: <all>),c:\Users\Kaosc\AppData\Roaming\Code\User\keybindings.json (excludes: <none>, includes: <all>),c:\Users\Kaosc\AppData\Roaming\Code\User\tasks.json (excludes: <none>, includes: <all>)
2023-10-04 14:27:19.320 [trace] [File Watcher (node.js)] Error: ENOENT: no such file or directory, stat 'd:\Dev\quickcopy\.vscode\tasks.json'
2023-10-04 14:27:19.320 [trace] [File Watcher (node.js)] Error: ENOENT: no such file or directory, stat 'd:\Dev\quickcopy\.vscode\launch.json'
2023-10-04 14:27:19.320 [trace] [File Watcher (node.js)] Started watching: 'd:\Dev\quickcopy\.vscode'
2023-10-04 14:27:19.321 [trace] [File Watcher (node.js)] Started watching: 'd:\Dev\quickcopy\.vscode\settings.json'
2023-10-04 14:27:19.321 [trace] [File Watcher (node.js)] Started watching: 'c:\Users\Kaosc\AppData\Roaming\Code\User'
2023-10-04 14:27:19.321 [trace] [File Watcher (node.js)] Started watching: 'c:\Users\Kaosc\AppData\Roaming\Code\User\settings.json'
2023-10-04 14:27:19.321 [trace] [File Watcher (node.js)] Started watching: 'c:\Users\Kaosc\AppData\Roaming\Code\User\keybindings.json'
2023-10-04 14:27:19.321 [trace] [File Watcher (node.js)] Started watching: 'c:\Users\Kaosc\AppData\Roaming\Code\User\tasks.json'
2023-10-04 14:27:19.507 [debug] [DEBOUNCE: DocumentSemanticTokens] is disabled in developed mode
2023-10-04 14:27:19.508 [trace] Started polling file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/output_20231004T142719/tasks.log
2023-10-04 14:27:19.522 [trace] PolicyConfiguration#updatePolicyDefinitions ["terminal.integrated.defaultProfile.linux","terminal.integrated.defaultProfile.osx","terminal.integrated.defaultProfile.windows"]
2023-10-04 14:27:19.522 [trace] PolicyConfiguration#update []
2023-10-04 14:27:19.531 [trace] MainThreadTreeViews#$registerTreeViewDataProvider npm {"showCollapseAll":true,"canSelectMany":false,"dropMimeTypes":[],"dragMimeTypes":[],"hasHandleDrag":false,"hasHandleDrop":false,"manuallyManageCheckboxes":false}
2023-10-04 14:27:19.532 [trace] SearchService#search {"_reason":"startFileSearch","folderQueries":[{"folder":{"$mid":1,"fsPath":"d:\\Dev\\quickcopy","_sep":1,"external":"file:///d%3A/Dev/quickcopy","path":"/d:/Dev/quickcopy","scheme":"file"},"excludePattern":{"**/.git":true,"**/.svn":true,"**/.hg":true,"**/CVS":true,"**/.DS_Store":true,"**/Thumbs.db":true},"fileEncoding":"utf8","disregardIgnoreFiles":true,"disregardGlobalIgnoreFiles":true,"disregardParentIgnoreFiles":true,"ignoreSymlinks":false}],"usingSearchPaths":false,"includePattern":{"**/package.json":true},"maxResults":1,"type":1}
2023-10-04 14:27:19.545 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.546 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.546 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.547 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.549 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.564 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.566 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.567 [trace] [File Watcher (node.js)] Request to start watching: c:\Users\Kaosc\AppData\Roaming\Code\User\snippets (excludes: <none>, includes: <all>)
2023-10-04 14:27:19.568 [debug] [DEBOUNCE: DocumentRangeSemanticTokens] is disabled in developed mode
2023-10-04 14:27:19.568 [debug] [DEBOUNCE: Document Colors] is disabled in developed mode
2023-10-04 14:27:19.569 [debug] [DEBOUNCE: Linked Editing] is disabled in developed mode
2023-10-04 14:27:19.569 [debug] [DEBOUNCE: Links] is disabled in developed mode
2023-10-04 14:27:19.569 [debug] [DEBOUNCE: CodeLensProvide] is disabled in developed mode
2023-10-04 14:27:19.570 [debug] [DEBOUNCE: InlayHint] is disabled in developed mode
2023-10-04 14:27:19.574 [trace] SearchService#search: 39ms
2023-10-04 14:27:19.574 [trace] [File Watcher (node.js)] Started watching: 'c:\Users\Kaosc\AppData\Roaming\Code\User\snippets'
2023-10-04 14:27:19.603 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.611 [trace] PolicyConfiguration#updatePolicyDefinitions ["workbench.editor.autoLockGroups","workbench.editor.defaultBinaryEditor","workbench.editorAssociations","workbench.editorLargeFileConfirmation"]
2023-10-04 14:27:19.611 [trace] PolicyConfiguration#update []
2023-10-04 14:27:19.638 [trace] MainThreadFileSystem#$watch(): request to start watching (extension: vscode.git, path: file:///d:/Dev/quickcopy/.git, recursive: false, session: 0.48863974995738335)
2023-10-04 14:27:19.639 [trace] SCMService#registerSCMProvider
2023-10-04 14:27:19.641 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.641 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.642 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.643 [trace] MainThreadTimeline#registerTimelineProvider: id=git-history
2023-10-04 14:27:19.643 [trace] TimelineService#registerTimelineProvider: id=git-history
2023-10-04 14:27:19.643 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.650 [trace] MainThreadFileSystem#$watch(): ignoring request to start watching because path is inside workspace (extension: vscode.git, path: file:///d:/Dev/quickcopy, recursive: true, session: 0.5563530409591473)
2023-10-04 14:27:19.651 [trace] [File Watcher (node.js)] Request to start watching: d:\Dev\quickcopy\.git (excludes: <none>, includes: ["**/.git/objects/**/**","**/.git/subtree-cache/**/**","**/node_modules/*/**/**","**/.hg/store/**/**"])
2023-10-04 14:27:19.652 [trace] [File Watcher (node.js)] Started watching: 'd:\Dev\quickcopy\.git'
2023-10-04 14:27:19.658 [debug] [DEBOUNCE: InlineValues] is disabled in developed mode
2023-10-04 14:27:19.672 [debug] [DEBOUNCE: InlineCompletionsDebounce] is disabled in developed mode
2023-10-04 14:27:19.676 [trace] ChatService#constructor: Restored 1 persisted sessions
2023-10-04 14:27:19.686 [trace] PolicyConfiguration#updatePolicyDefinitions ["terminal.explorerKind","terminal.sourceControlRepositoriesKind","terminal.external.windowsExec","terminal.external.osxExec","terminal.external.linuxExec"]
2023-10-04 14:27:19.686 [trace] PolicyConfiguration#update []
2023-10-04 14:27:19.702 [trace] Stopped polling file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/output_20231004T142719/tasks.log
2023-10-04 14:27:19.718 [trace] Started polling file:///c%3A/Users/Kaosc/AppData/Roaming/Code/logs/20231004T142654/window1/renderer.log
2023-10-04 14:27:19.770 [trace] MainThreadFileSystem#$watch(): request to start watching (extension: vscode.git, path: file:///d:/Dev/quickcopy/.git/refs/remotes/origin/master, recursive: false, session: 0.01056114845788958)
2023-10-04 14:27:19.771 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.802 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.803 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.806 [trace] [File Watcher (node.js)] [raw] ["change"] globalStorage
2023-10-04 14:27:19.812 [trace] [File Watcher (node.js)] [CHANGED] c:\Users\Kaosc\AppData\Roaming\Code\User\globalStorage
2023-10-04 14:27:19.812 [trace] [File Watcher (node.js)] [raw] ["change"] globalStorage
2023-10-04 14:27:19.812 [trace] [File Watcher (node.js)] [CHANGED] c:\Users\Kaosc\AppData\Roaming\Code\User\globalStorage
2023-10-04 14:27:19.812 [trace] [File Watcher (node.js)] Request to start watching: d:\Dev\quickcopy\.git\refs\remotes\origin\master (excludes: <none>, includes: ["**/.git/objects/**/**","**/.git/subtree-cache/**/**","**/node_modules/*/**/**","**/.hg/store/**/**"])
2023-10-04 14:27:19.812 [trace] [File Watcher (node.js)] Started watching: 'd:\Dev\quickcopy\.git\refs\remotes\origin\master'
2023-10-04 14:27:19.831 [trace] [mainThreadSecretState] Getting password for vscode.github-authentication extension:  github.auth
2023-10-04 14:27:19.834 [trace] MainThreadFileSystem#$unwatch(): request to stop watching (session: 0.01056114845788958)
2023-10-04 14:27:19.834 [trace] MainThreadFileSystem#$watch(): request to start watching (extension: vscode.git, path: file:///d:/Dev/quickcopy/.git/refs/remotes/origin/master, recursive: false, session: 0.12007043456248989)
2023-10-04 14:27:19.834 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.835 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.835 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.836 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.836 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.843 [trace] [SecretStorageService] Encryption is available, using persisted storage
2023-10-04 14:27:19.843 [trace] [secrets] getting secret for key: secret://{"extensionId":"vscode.github-authentication","key":"github.auth"}
2023-10-04 14:27:19.843 [trace] [secrets] decrypting gotten secret for key: secret://{"extensionId":"vscode.github-authentication","key":"github.auth"}
2023-10-04 14:27:19.887 [trace] [secrets] decrypted secret for key: secret://{"extensionId":"vscode.github-authentication","key":"github.auth"}
2023-10-04 14:27:19.887 [trace] [mainThreadSecretState] Password found for:  vscode.github-authentication github.auth
2023-10-04 14:27:19.888 [trace] [File Watcher (node.js)] >> normalized [CHANGED] c:\Users\Kaosc\AppData\Roaming\Code\User\globalStorage
2023-10-04 14:27:19.890 [debug] User data changed
2023-10-04 14:27:19.905 [trace] [secrets] getting secret for key: secret://vscode.loginAccount
2023-10-04 14:27:19.905 [trace] [secrets] no secret found for key: secret://vscode.loginAccount
2023-10-04 14:27:19.923 [trace] PolicyConfiguration#updatePolicyDefinitions ["editor.experimental.asyncTokenization"]
2023-10-04 14:27:19.924 [trace] PolicyConfiguration#update []
2023-10-04 14:27:19.935 [trace] [File Watcher (parcel)] Request to start watching: d:\Dev\quickcopy (excludes: **/.git/objects/**,**/.git/subtree-cache/**,**/node_modules/*/**,**/.hg/store/**, includes: <all>)
2023-10-04 14:27:19.935 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:19.936 [trace] [File Watcher (parcel)] Started watching: 'd:\Dev\quickcopy' with backend 'windows'
2023-10-04 14:27:19.959 [trace] PolicyConfiguration#updatePolicyDefinitions ["settingsSync.keybindingsPerPlatform","settingsSync.ignoredExtensions","settingsSync.ignoredSettings"]
2023-10-04 14:27:19.962 [trace] PolicyConfiguration#update []
2023-10-04 14:27:19.963 [trace] Settings Sync: Initializing accounts
2023-10-04 14:27:19.963 [trace] Settings Sync: Getting accounts for github
2023-10-04 14:27:19.971 [trace] Settings Sync: Updated accounts for github
2023-10-04 14:27:19.971 [trace] Settings Sync: Getting accounts for microsoft
2023-10-04 14:27:19.990 [trace] [mainThreadSecretState] Getting password for vscode.microsoft-authentication extension:  microsoft.login.keylist
2023-10-04 14:27:19.990 [trace] [secrets] getting secret for key: secret://{"extensionId":"vscode.microsoft-authentication","key":"microsoft.login.keylist"}
2023-10-04 14:27:19.991 [trace] [secrets] decrypting gotten secret for key: secret://{"extensionId":"vscode.microsoft-authentication","key":"microsoft.login.keylist"}
2023-10-04 14:27:19.993 [trace] [secrets] decrypted secret for key: secret://{"extensionId":"vscode.microsoft-authentication","key":"microsoft.login.keylist"}
2023-10-04 14:27:19.993 [trace] [mainThreadSecretState] Password found for:  vscode.microsoft-authentication microsoft.login.keylist
2023-10-04 14:27:19.994 [trace] [mainThreadSecretState] Getting password for vscode.microsoft-authentication extension:  f8cdef31-a31e-4b4a-93e4-5f571e91255a/1:live.com:0003BFFDD6AF5111/5fe52b20-7172-48e8-a1c0-00d540e5f937
2023-10-04 14:27:19.994 [trace] [secrets] getting secret for key: secret://{"extensionId":"vscode.microsoft-authentication","key":"f8cdef31-a31e-4b4a-93e4-5f571e91255a/1:live.com:0003BFFDD6AF5111/5fe52b20-7172-48e8-a1c0-00d540e5f937"}
2023-10-04 14:27:19.994 [trace] [secrets] decrypting gotten secret for key: secret://{"extensionId":"vscode.microsoft-authentication","key":"f8cdef31-a31e-4b4a-93e4-5f571e91255a/1:live.com:0003BFFDD6AF5111/5fe52b20-7172-48e8-a1c0-00d540e5f937"}
2023-10-04 14:27:19.995 [trace] [secrets] decrypted secret for key: secret://{"extensionId":"vscode.microsoft-authentication","key":"f8cdef31-a31e-4b4a-93e4-5f571e91255a/1:live.com:0003BFFDD6AF5111/5fe52b20-7172-48e8-a1c0-00d540e5f937"}
2023-10-04 14:27:19.995 [trace] [mainThreadSecretState] Password found for:  vscode.microsoft-authentication f8cdef31-a31e-4b4a-93e4-5f571e91255a/1:live.com:0003BFFDD6AF5111/5fe52b20-7172-48e8-a1c0-00d540e5f937
2023-10-04 14:27:19.997 [trace] CommandService#executeCommand workbench.getCodeExchangeProxyEndpoints
2023-10-04 14:27:20.094 [trace] PolicyConfiguration#updatePolicyDefinitions ["workbench.editor.autoLockGroups","workbench.editor.defaultBinaryEditor","workbench.editorAssociations","workbench.editorLargeFileConfirmation"]
2023-10-04 14:27:20.094 [trace] PolicyConfiguration#update []
2023-10-04 14:27:20.135 [trace] MainThreadTimeline#emitChangeEvent: id=git-history, uri=undefined
2023-10-04 14:27:20.171 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:20.202 [trace] CommandService#executeCommand _setContext
2023-10-04 14:27:20.655 [trace] [mainThreadSecretState] Setting password for vscode.microsoft-authentication extension:  f8cdef31-a31e-4b4a-93e4-5f571e91255a/1:live.com:0003BFFDD6AF5111/5fe52b20-7172-48e8-a1c0-00d540e5f937
2023-10-04 14:27:20.655 [trace] [secrets] encrypting secret for key: {"extensionId":"vscode.microsoft-authentication","key":"f8cdef31-a31e-4b4a-93e4-5f571e91255a/1:live.com:0003BFFDD6AF5111/5fe52b20-7172-48e8-a1c0-00d540e5f937"}
2023-10-04 14:27:20.655 [trace] [secrets] storing encrypted secret for key: secret://{"extensionId":"vscode.microsoft-authentication","key":"f8cdef31-a31e-4b4a-93e4-5f571e91255a/1:live.com:0003BFFDD6AF5111/5fe52b20-7172-48e8-a1c0-00d540e5f937"}
2023-10-04 14:27:20.655 [trace] [SecretStorageService] Notifying change in value for secret: {"extensionId":"vscode.microsoft-authentication","key":"f8cdef31-a31e-4b4a-93e4-5f571e91255a/1:live.com:0003BFFDD6AF5111/5fe52b20-7172-48e8-a1c0-00d540e5f937"}
2023-10-04 14:27:20.656 [trace] [secrets] stored encrypted secret for key: secret://{"extensionId":"vscode.microsoft-authentication","key":"f8cdef31-a31e-4b4a-93e4-5f571e91255a/1:live.com:0003BFFDD6AF5111/5fe52b20-7172-48e8-a1c0-00d540e5f937"}
2023-10-04 14:27:20.656 [trace] [mainThreadSecretState] Password set for:  vscode.microsoft-authentication f8cdef31-a31e-4b4a-93e4-5f571e91255a/1:live.com:0003BFFDD6AF5111/5fe52b20-7172-48e8-a1c0-00d540e5f937
2023-10-04 14:27:20.658 [trace] [mainThreadSecretState] Getting password for vscode.microsoft-authentication extension:  f8cdef31-a31e-4b4a-93e4-5f571e91255a/1:live.com:0003BFFDD6AF5111/5fe52b20-7172-48e8-a1c0-00d540e5f937
2023-10-04 14:27:20.658 [trace] [secrets] getting secret for key: secret://{"extensionId":"vscode.microsoft-authentication","key":"f8cdef31-a31e-4b4a-93e4-5f571e91255a/1:live.com:0003BFFDD6AF5111/5fe52b20-7172-48e8-a1c0-00d540e5f937"}
2023-10-04 14:27:20.658 [trace] [secrets] decrypting gotten secret for key: secret://{"extensionId":"vscode.microsoft-authentication","key":"f8cdef31-a31e-4b4a-93e4-5f571e91255a/1:live.com:0003BFFDD6AF5111/5fe52b20-7172-48e8-a1c0-00d540e5f937"}
2023-10-04 14:27:20.659 [trace] Settings Sync: Updated accounts for microsoft
2023-10-04 14:27:20.659 [trace] Settings Sync: Updating the token for the account melihrusenozkul@outlook.com
2023-10-04 14:27:20.659 [trace] Settings Sync: Token updated for the account melihrusenozkul@outlook.com
2023-10-04 14:27:20.659 [trace] [secrets] decrypted secret for key: secret://{"extensionId":"vscode.microsoft-authentication","key":"f8cdef31-a31e-4b4a-93e4-5f571e91255a/1:live.com:0003BFFDD6AF5111/5fe52b20-7172-48e8-a1c0-00d540e5f937"}
2023-10-04 14:27:20.659 [trace] [mainThreadSecretState] Password found for:  vscode.microsoft-authentication f8cdef31-a31e-4b4a-93e4-5f571e91255a/1:live.com:0003BFFDD6AF5111/5fe52b20-7172-48e8-a1c0-00d540e5f937
2023-10-04 14:27:20.659 [trace] Settings Sync: Account status changed from uninitialized to available
2023-10-04 14:27:20.660 [trace] Settings Sync: Accounts are initialized
2023-10-04 14:27:21.622 [trace] lifecycle: phase changed (value: 4)
2023-10-04 14:27:21.647 [trace] RunAutomaticTasks: Trying to run tasks.
2023-10-04 14:27:21.652 [trace] RunAutomaticTasks: Found 2 automatic tasks
2023-10-04 14:27:21.805 [info] [perf] Render performance baseline is 26ms
2023-10-04 14:27:22.875 [trace] CommandService#executeCommand notification.clear

@alexr00
Copy link
Member

alexr00 commented Oct 4, 2023

The logs indicate that you have automatic tasks, can you share what those automatic tasks are?
It also looks like you have settings sync turned on. Could you try turning it off?

@Kaosc
Copy link
Author

Kaosc commented Oct 4, 2023

Turned off sync and signout both github and microsoft accounts. Those are the tasks but after i delete the task it's appears again. I tried create a different profile with the same settings the panel tab did not popped up.

		{
			"label": "build",
			"type": "shell",
			"command": "msbuild",
			"args": ["/property:GenerateFullPaths=true", "/t:build", "/consoleloggerparameters:NoSummary"],
			"group": "build",
			"presentation": {
				"reveal": "silent"
			},
			"problemMatcher": "$msCompile"
		},
		{
			"label": "verify",
			"type": "shell",
			"command": "mvn -B verify",
			"group": "build"
		},
		{
			"label": "test",
			"type": "shell",
			"command": "mvn -B test",
			"group": "test"
		},
		{
			"label": "build",
			"command": "dotnet",
			"type": "shell",
			"args": ["build", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary"],
			"group": "build",
			"presentation": {
				"reveal": "silent"
			},
			"problemMatcher": "$msCompile"
		}

@alexr00
Copy link
Member

alexr00 commented Oct 4, 2023

Your logs indicated that you have tasks that run on folder open, but I don't see any tasks that run on folder open in your list. Do you have other tasks?

@alexr00
Copy link
Member

alexr00 commented Oct 4, 2023

Maybe a user task (command Tasks: Open User Tasks)?

@Kaosc
Copy link
Author

Kaosc commented Oct 4, 2023

I couldn't find any other tasks apart from that one, but I managed to resolve it. I turned off sync, removed all my synced settings from Microsoft and GitHub, and signed out. While doing so, I made sure to check the 'Clear all data' option when turning off the sync.

Afterward, I backed up my settings and keybindings located under 'AppData\Roaming\Code\User,' without touching to the extensions. Then, I completely deleted the 'Code' folder and launched Visual Studio Code again.

Once the 'Code' folder was recreated, I copied my settings back into it. I signed in to my accounts, turned on synchronization, and that's it. The issue was resolved.

Perhaps it's still syncing a user task from the cloud even after I delete it. Thanks for your assistance, @alexr00.

@Kaosc Kaosc closed this as completed Oct 4, 2023
@alexr00
Copy link
Member

alexr00 commented Oct 4, 2023

@Kaosc glad to hear that you got it resolved. I'm guessing you had some user task that was causing the Ports view to open.

@github-actions github-actions bot locked and limited conversation to collaborators Nov 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants