VSCODE Exstention fix

This commit is contained in:
allexanderbergmns
2026-08-25 16:25:31 +02:00
parent 7ed774089e
commit b125721977
218 changed files with 5034 additions and 2 deletions
@@ -0,0 +1 @@
[]
@@ -0,0 +1,188 @@
{
"permissions": {
"allow": [],
"deny": []
},
"telemetryLevel": "all",
"customizations": [],
"defaultShell": "/bin/zsh",
"allowSignedOutWhenUsable": false,
"githubEnterpriseUri": "",
"enableCustomTerminalTool": false,
"copilotSdkLogLevel": "info",
"opus48Prompt": false,
"toolSearchEnabled": true,
"toolSearchDeferThreshold": 1,
"reasoningSummary": false,
"modelCapabilityOverrides": {},
"agentMerge.enabled": false,
"agentMerge.addressReviews": true,
"agentMerge.fixCI": true,
"agentMerge.resolveConflicts": true,
"agentMerge.mergePullRequest": false,
"agentMerge.mergeMethod": "auto",
"agentMerge.replyAttribution": true,
"activeAgentTitleGeneration": false,
"markdownPlanRichLinksEnabled": false,
"systemProxyEnabled": true,
"copilotMultiRootEnabled": false,
"claudeMultiRootEnabled": false,
"codexMultiRootEnabled": false,
"codexAgentEnabled": false,
"migrateLegacyCopilotCliEnabled": false,
"showExternalSessions": "none",
"autoReplyEnabled": false,
"globalAutoApproveEnabled": false,
"sessionSyncEnabled": false,
"editAutoApprovePatterns": {
"**/*": true,
"**/.git/**": false,
"**/{package.json,server.xml,build.rs,web.config,.gitattributes,.env,Cargo.toml}": false,
"**/{.npmrc,.yarnrc,.yarnrc.yml,.pnpmfile.js,.pnpmfile.cjs,.pnpmfile.mjs,pnpm-workspace.yaml}": false,
"**/*.{code-workspace,csproj,fsproj,vbproj,vcxproj,proj,targets,props,gradle,gradle.kts}": false,
"**/gradle.properties": false,
"**/ruby_lsp/*/addon": false,
"**/*.lock": false,
"**/*-lock.{yaml,json}": false,
"**/.vscode/*.json": false,
"**/.github/agents/**": false,
"**/.github/hooks/**": false,
"**/.claude/agents/**": false,
"**/.claude/settings.json": false,
"**/.claude/settings.local.json": false
},
"editTelemetryEnabled": true,
"terminalAutoApproveEnabled": true,
"terminalAutoApproveRules": {
"cd": true,
"echo": true,
"ls": true,
"dir": true,
"pwd": true,
"cat": true,
"head": true,
"tail": true,
"findstr": true,
"wc": true,
"tr": true,
"cut": true,
"cmp": true,
"which": true,
"basename": true,
"dirname": true,
"realpath": true,
"readlink": true,
"stat": true,
"file": true,
"od": true,
"du": true,
"df": true,
"sleep": true,
"nl": true,
"grep": true,
"/^git(\\s+(-C\\s+\\S+|--no-pager))*\\s+status\\b/": true,
"/^git(\\s+(-C\\s+\\S+|--no-pager))*\\s+log\\b/": true,
"/^git(\\s+(-C\\s+\\S+|--no-pager))*\\s+log\\b.*\\s--output(=|\\s|$)/": false,
"/^git(\\s+(-C\\s+\\S+|--no-pager))*\\s+show\\b/": true,
"/^git(\\s+(-C\\s+\\S+|--no-pager))*\\s+show\\b.*\\s--output(=|\\s|$)/": false,
"/^git(\\s+(-C\\s+\\S+|--no-pager))*\\s+diff\\b/": true,
"/^git(\\s+(-C\\s+\\S+|--no-pager))*\\s+ls-files\\b/": true,
"/^git(\\s+(-C\\s+\\S+|--no-pager))*\\s+grep\\b/": true,
"/^git(\\s+(-C\\s+\\S+|--no-pager))*\\s+branch\\b/": true,
"/^git(\\s+(-C\\s+\\S+|--no-pager))*\\s+branch\\b.*\\s-(d|D|m|M|-delete|-force)\\b/": false,
"/^docker\\s+(ps|images|info|version|inspect|logs|top|stats|port|diff|search|events)\\b/": true,
"/^docker\\s+(container|image|network|volume|context|system)\\s+(ls|ps|inspect|history|show|df|info)\\b/": true,
"/^docker\\s+compose\\s+(ps|ls|top|logs|images|config|version|port|events)\\b/": true,
"Get-ChildItem": true,
"Get-Content": true,
"Get-Date": true,
"Get-Random": true,
"Get-Location": true,
"Set-Location": true,
"Write-Host": true,
"Write-Output": true,
"Out-String": true,
"Split-Path": true,
"Join-Path": true,
"Start-Sleep": true,
"Where-Object": true,
"Select-Object": true,
"Select-String": true,
"Measure-Object": true,
"Compare-Object": true,
"Format-List": true,
"Format-Table": true,
"Sort-Object": true,
"/^npm\\s+(ls|list|outdated|view|info|show|explain|why|root|prefix|bin|search|doctor|fund|repo|bugs|docs|home|help(-search)?)\\b/": true,
"/^npm\\s+config\\s+(list|get)\\b/": true,
"/^npm\\s+pkg\\s+get\\b/": true,
"/^npm\\s+audit$/": true,
"/^npm\\s+cache\\s+verify\\b/": true,
"/^yarn\\s+(list|outdated|info|why|bin|help|versions)\\b/": true,
"/^yarn\\s+licenses\\b/": true,
"/^yarn\\s+audit\\b(?!.*\\bfix\\b)/": true,
"/^yarn\\s+config\\s+(list|get)\\b/": true,
"/^yarn\\s+cache\\s+dir\\b/": true,
"/^pnpm\\s+(ls|list|outdated|why|root|bin|doctor)\\b/": true,
"/^pnpm\\s+licenses\\b/": true,
"/^pnpm\\s+audit\\b(?!.*\\bfix\\b)/": true,
"/^pnpm\\s+config\\s+(list|get)\\b/": true,
"npm ci": true,
"/^yarn\\s+install\\s+--frozen-lockfile\\b/": true,
"/^pnpm\\s+install\\s+--frozen-lockfile\\b/": true,
"column": true,
"/^column\\b.*\\s-c\\s+[0-9]{4,}/": false,
"date": true,
"/^date\\b.*\\s(-s|--set)\\b/": false,
"find": true,
"/^find\\b.*\\s-(delete|exec|execdir|fprint|fprintf|fls|ok|okdir)\\b/": false,
"rg": true,
"/^rg\\b.*\\s(--pre|--hostname-bin)\\b/": false,
"sed": true,
"/^sed\\b.*\\s(-[a-zA-Z]*(e|f)[a-zA-Z]*|--expression|--file)\\b/": false,
"/^sed\\b.*s\\/.*\\/.*\\/[ew]/": false,
"/^sed\\b(?:\\s+(?:(?:-l|--line-length)\\s+\\S+|--line-length=\\S+|-\\S+))*\\s+(['\"])\\s*(?:(?:\\d+|\\$|\\/(?:\\\\.|[^\\/])*\\/)(?:\\s*,\\s*(?:\\d+|\\$|\\/(?:\\\\.|[^\\/])*\\/))?)?\\s*!?\\s*[erRwW](?:\\s|\\1)/": false,
"/^sed\\b(?:\\s+(?:(?:-l|--line-length)\\s+\\S+|--line-length=\\S+|-\\S+))*\\s+(['\"])(?:\\\\.|(?!\\1).)*[;{]\\s*(?:(?:\\d+|\\$|\\/(?:\\\\.|[^\\/])*\\/)(?:\\s*,\\s*(?:\\d+|\\$|\\/(?:\\\\.|[^\\/])*\\/))?)?\\s*!?\\s*[erRwW](?:\\s|\\1|[;}])/": false,
"/^sed\\b(?:\\s+(?:(?:-l|--line-length)\\s+\\S+|--line-length=\\S+|-\\S+))*\\s+(?:(?:\\d+|\\$|\\/(?:\\\\.|[^\\/])*\\/)(?:\\s*,\\s*(?:\\d+|\\$|\\/(?:\\\\.|[^\\/])*\\/))?)?\\s*!?\\s*[erRwW](?:\\s|$)/": false,
"/^sort\\b(?!-)/": true,
"/^sort\\b.*\\s-(o|S)\\b/": false,
"/^sort\\b.*\\s(?:\\$?['\"]|\\\\)*-(?:\\$?['\"]|\\\\)*-(?:\\$?['\"]|\\\\)*c(?:\\$?['\"]|\\\\)*o/": false,
"tree": true,
"/^tree\\b.*\\s-o\\b/": false,
"/^xxd$/": true,
"/^xxd\\b(\\s+-\\S+)*\\s+[^-\\s]\\S*$/": true,
"rm": false,
"rmdir": false,
"del": false,
"Remove-Item": false,
"ri": false,
"rd": false,
"erase": false,
"dd": false,
"kill": false,
"ps": false,
"top": false,
"Stop-Process": false,
"spps": false,
"taskkill": false,
"taskkill.exe": false,
"curl": false,
"wget": false,
"Invoke-RestMethod": false,
"Invoke-WebRequest": false,
"irm": false,
"iwr": false,
"chmod": false,
"chown": false,
"Set-ItemProperty": false,
"sp": false,
"Set-Acl": false,
"jq": false,
"xargs": false,
"eval": false,
"Invoke-Expression": false,
"iex": false
},
"autoApprovePolicyRestricted": false,
"disableRepoInfoTelemetry": false
}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1 @@
{"version":2,"initialFileContents":[],"timeline":{"checkpoints":[{"checkpointId":"b1196fdb-9023-42ec-84f4-6ccedb264612","epoch":0,"label":"Initial State","description":"Starting point before any edits"}],"currentEpoch":1,"fileBaselines":[],"operations":[],"epochCounter":1},"recentSnapshot":{"entries":[]}}
@@ -0,0 +1 @@
{"version":2,"initialFileContents":[],"timeline":{"checkpoints":[{"checkpointId":"454053fc-7d42-4301-854f-998f1a5f40ad","epoch":0,"label":"Initial State","description":"Starting point before any edits"}],"currentEpoch":1,"fileBaselines":[],"operations":[],"epochCounter":1},"recentSnapshot":{"entries":[]}}
@@ -0,0 +1 @@
{"version":2,"initialFileContents":[],"timeline":{"checkpoints":[{"checkpointId":"109a5a13-3661-408e-89bf-e1793fbe4f2c","epoch":0,"label":"Initial State","description":"Starting point before any edits"}],"currentEpoch":1,"fileBaselines":[],"operations":[],"epochCounter":1},"recentSnapshot":{"entries":[]}}
@@ -0,0 +1 @@
{"version":2,"initialFileContents":[],"timeline":{"checkpoints":[{"checkpointId":"202a2fa9-2c83-4d09-8ee6-e0e03c3e754d","epoch":0,"label":"Initial State","description":"Starting point before any edits"}],"currentEpoch":1,"fileBaselines":[],"operations":[],"epochCounter":1},"recentSnapshot":{"entries":[]}}
@@ -0,0 +1 @@
{"version":2,"initialFileContents":[],"timeline":{"checkpoints":[{"checkpointId":"988743c7-74ca-450e-a4e5-d97d8ac64a14","epoch":0,"label":"Initial State","description":"Starting point before any edits"}],"currentEpoch":1,"fileBaselines":[],"operations":[],"epochCounter":1},"recentSnapshot":{"entries":[]}}
@@ -0,0 +1 @@
{"kind":0,"v":{"version":3,"creationDate":1787667755424,"initialLocation":"panel","responderUsername":"","sessionId":"1189b116-2173-4b1a-ad51-890aa9040fb7","hasPendingEdits":false,"requests":[],"pendingRequests":[],"inputState":{"attachments":[],"mode":{"id":"agent","kind":"agent"},"inputText":"","selections":[{"startLineNumber":1,"startColumn":1,"endLineNumber":1,"endColumn":1,"selectionStartLineNumber":1,"selectionStartColumn":1,"positionLineNumber":1,"positionColumn":1}],"permissionLevel":"default","contrib":{"chatDynamicVariableModel":[]}}}}
@@ -0,0 +1 @@
{"kind":0,"v":{"version":3,"creationDate":1787667794613,"initialLocation":"panel","responderUsername":"","sessionId":"609f7313-9a39-4b75-a7f4-d9ebd136e0b8","hasPendingEdits":false,"requests":[],"pendingRequests":[],"inputState":{"attachments":[],"mode":{"id":"agent","kind":"agent"},"inputText":"","selections":[{"startLineNumber":1,"startColumn":1,"endLineNumber":1,"endColumn":1,"selectionStartLineNumber":1,"selectionStartColumn":1,"positionLineNumber":1,"positionColumn":1}],"permissionLevel":"default","contrib":{"chatDynamicVariableModel":[]}}}}
@@ -0,0 +1 @@
{"kind":0,"v":{"version":3,"creationDate":1787667839654,"initialLocation":"panel","responderUsername":"","sessionId":"9e863c9b-5476-4df6-a627-162c0d6ce855","hasPendingEdits":false,"requests":[],"pendingRequests":[],"inputState":{"attachments":[],"mode":{"id":"agent","kind":"agent"},"inputText":"","selections":[{"startLineNumber":1,"startColumn":1,"endLineNumber":1,"endColumn":1,"selectionStartLineNumber":1,"selectionStartColumn":1,"positionLineNumber":1,"positionColumn":1}],"permissionLevel":"default","contrib":{"chatDynamicVariableModel":[]}}}}
@@ -0,0 +1 @@
{"kind":0,"v":{"version":3,"creationDate":1787667900564,"initialLocation":"panel","responderUsername":"","sessionId":"f6d6bff8-f246-4247-8e4e-16818854f678","hasPendingEdits":false,"requests":[],"pendingRequests":[],"inputState":{"attachments":[],"mode":{"id":"agent","kind":"agent"},"inputText":"","selections":[{"startLineNumber":1,"startColumn":1,"endLineNumber":1,"endColumn":1,"selectionStartLineNumber":1,"selectionStartColumn":1,"positionLineNumber":1,"positionColumn":1}],"permissionLevel":"default","contrib":{"chatDynamicVariableModel":[]}}}}
@@ -0,0 +1 @@
{"kind":0,"v":{"version":3,"creationDate":1787667728043,"initialLocation":"panel","responderUsername":"","sessionId":"f9d2b935-1114-4dc1-9185-d9894414b5e3","hasPendingEdits":false,"requests":[],"pendingRequests":[],"inputState":{"attachments":[],"mode":{"id":"agent","kind":"agent"},"inputText":"","selections":[{"startLineNumber":1,"startColumn":1,"endLineNumber":1,"endColumn":1,"selectionStartLineNumber":1,"selectionStartColumn":1,"positionLineNumber":1,"positionColumn":1}],"permissionLevel":"default","contrib":{"chatDynamicVariableModel":[]}}}}