profile(main): update -- 2026-06-10T13:16:01.906Z
This commit is contained in:
parent
42fd8f74c3
commit
33ad8b653d
3 changed files with 10 additions and 5 deletions
|
|
@ -122,6 +122,8 @@ enabled:
|
|||
uuid: 3792588c-3d35-442d-91ea-fe6a755e8155
|
||||
- id: mhutchie.git-graph
|
||||
uuid: 438221f8-1107-4ccd-a6fe-f3b7fe0856b7
|
||||
- id: Mikhail-Arkhipov.r
|
||||
uuid: d768a219-e05a-4871-a8e6-ea0e0ea85335
|
||||
- id: ms-azuretools.vscode-containers
|
||||
uuid: 2cd1d691-3d69-4d2d-ae39-fda4bc4cfd3d
|
||||
- id: ms-azuretools.vscode-docker
|
||||
|
|
|
|||
|
|
@ -85,7 +85,8 @@
|
|||
},
|
||||
"r.alwaysUseActiveTerminal": false,
|
||||
"files.associations": {
|
||||
"*.rmd": "rmd",
|
||||
"flake.lock": "json",
|
||||
"*.rmd": "markdown",
|
||||
"*.Rmd": "rmd"
|
||||
},
|
||||
"[r]": {
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@ workbench.activity.placeholderViewlets: "[{\"id\":\"workbench.view.explorer\",\
|
|||
cheme\":\"file\"},\"name\":\"TODOs\",\"isBuiltin\":false,\"views\":[{\"when\":\
|
||||
\"!todo-tree-is-empty\"}]},{\"id\":\"workbench.view.extension.latex-workshop-\
|
||||
activitybar\",\"iconUrl\":{\"$mid\":1,\"path\":\"%%EXTENSION_DATA_PATH%%/jame\
|
||||
s-yu.latex-workshop-10.15.3-universal/icons/activity-bar.svg\",\"scheme\":\"f\
|
||||
s-yu.latex-workshop-10.16.1-universal/icons/activity-bar.svg\",\"scheme\":\"f\
|
||||
ile\"},\"name\":\"LaTeX\",\"isBuiltin\":false,\"views\":[{\"when\":\"latex-wo\
|
||||
rkshop:enabled\"},{\"when\":\"latex-workshop:enabled\"},{\"when\":\"latex-wor\
|
||||
kshop:enabled\"}]},{\"id\":\"workbench.view.extension.git_hooks\",\"iconUrl\"\
|
||||
|
|
@ -262,10 +262,12 @@ workbench.auxiliaryBar.empty: "true"
|
|||
workbench.auxiliaryBar.lastNonMaximizedSize: "300"
|
||||
workbench.auxiliarybar.pinnedPanels: '[{"id":"workbench.panel.chat","pinned":true,"visible":false,"order":1}]'
|
||||
workbench.auxiliarybar.placeholderPanels: '[{"id":"workbench.panel.chat","themeIcon":{"id":"chat-view-icon"},"name":"Conversation","isBuiltin":true,"views":[{"when":"chatExtensionInvalid
|
||||
|| chatPanelParticipantRegistered || !chatSetupDisabledInWorkspace &&
|
||||
!chatSetupHidden && !config.chat.disableAIFeatures"}]}]'
|
||||
&& !chatAccountPolicyGateActive || chatPanelParticipantRegistered &&
|
||||
!chatAccountPolicyGateActive || !chatAccountPolicyGateActive &&
|
||||
!chatSetupDisabledInWorkspace && !chatSetupHidden &&
|
||||
!config.chat.disableAIFeatures"}]}]'
|
||||
workbench.auxiliaryBar.size: "300"
|
||||
workbench.editor.languageDetectionOpenedLanguages.global: '[["shellscript",true],["gitignore",true],["toml",true],["Log",true],["python",true],["r",true],["tex",true],["latex",true],["markdown",true],["jsonc",true],["plaintext",true],["yaml",true]]'
|
||||
workbench.editor.languageDetectionOpenedLanguages.global: '[["tex",true],["bibtex",true],["latex",true],["json",true],["markdown",true],["python",true],["quarto",true],["plaintext",true],["gitignore",true],["uvlock",true],["github-actions-workflow",true],["r",true]]'
|
||||
workbench.explorer.views.state.hidden: '[{"id":"outline","isHidden":false},{"id":"timeline","isHidden":false},{"id":"workbench.explorer.openEditorsView","isHidden":true},{"id":"workbench.explorer.emptyView","isHidden":false},{"id":"npm","isHidden":true},{"id":"commitViewProvider","isHidden":false},{"id":"compareCommitViewProvider","isHidden":false},{"id":"xmlTreeView","isHidden":false},{"id":"go.explorer","isHidden":false},{"id":"go.package.outline","isHidden":false},{"id":"liveshare.session.explorer","isHidden":false},{"id":"quarto-assist","isHidden":true},{"id":"rustDependencies","isHidden":false},{"id":"dependencies","isHidden":false},{"id":"petsView","isHidden":false},{"id":"snippetsView","isHidden":false},{"id":"abm.welcomeView","isHidden":false},{"id":"abm.docsView","isHidden":false},{"id":"workbench.explorer.fileView","isHidden":false},{"id":"gitlens.views.welcome","isHidden":false},{"id":"gitlens.views.home","isHidden":false},{"id":"gitlens.views.launchpad","isHidden":false},{"id":"gitlens.views.drafts","isHidden":false},{"id":"gitlens.views.workspaces","isHidden":false},{"id":"gitlens.views.commitDetails","isHidden":false},{"id":"gitlens.views.pullRequest","isHidden":false},{"id":"gitlens.views.lineHistory","isHidden":false},{"id":"gitlens.views.fileHistory","isHidden":false},{"id":"gitlens.views.timeline","isHidden":false},{"id":"gitlens.views.searchAndCompare","isHidden":false},{"id":"gitlens.views.patchDetails","isHidden":false},{"id":"gitlens.views.graph","isHidden":false},{"id":"gitlens.views.graphDetails","isHidden":false},{"id":"workspaceViewer","isHidden":false},{"id":"rHelpPages","isHidden":false},{"id":"rLiveShare","isHidden":false}]'
|
||||
workbench.newDefaultThemeNotification: "true"
|
||||
workbench.panel.alignment: center
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue