Skip to content

Commit fce895d

Browse files
committed
docs
1 parent a1deeba commit fce895d

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.claude/settings.local.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,9 @@
22
"permissions": {
33
"allow": [
44
"Bash(npm run compile)",
5-
"Bash(find src/test -name \"*.test.ts\" -exec sed -i '' 's/public insertSemicolons(_resource: Uri): boolean {/public async insertSemicolons(_resource: Uri): Promise<boolean> {/g' {} ;)",
6-
"Bash(find src/test -name \"*.test.ts\" -exec sed -i '' 's/public stringQuoteStyle(_resource: Uri): .* {/public async stringQuoteStyle(_resource: Uri): Promise<\"\"\\\"\"\"\" | \"\"'\"''\"'\"\"> {/g' {} ;)",
7-
"Bash(find src/test -name \"*.test.ts\" -exec sed -i '' 's/return this.overrides.get(.insertSemicolons.)/return Promise.resolve(this.overrides.get(''''insertSemicolons''''))/g' {} ;)",
8-
"Bash(find src/test -name \"*.test.ts\" -exec sed -i '' 's/return this.overrides.get(.stringQuoteStyle.)/return Promise.resolve(this.overrides.get(''''stringQuoteStyle''''))/g' {} ;)",
95
"Bash(npm test)",
106
"WebSearch",
11-
"Bash(npm test -- --grep \"VS Code Organize Imports Behavior\")",
12-
"Bash(npm test -- --grep \"preserves blank lines between import groups\")",
13-
"Bash(npm test -- --grep \"does NOT automatically create groups based on patterns\")",
14-
"Bash(npm test -- --grep \"INVESTIGATION\")",
15-
"Bash(npm test -- --grep \"does NOT automatically create groups based on PATTERN MATCHING\")",
16-
"Bash(npm test -- --grep \"sorts alphabetically by module path\")",
17-
"Bash(npm test -- --grep \"PROOF\")",
187
"Bash(npm run compile-tests)",
19-
"Bash(npm test -- --grep \"Edge Cases - Comments and Real-World Scenarios\")",
208
"SlashCommand(/git-quick)"
219
],
2210
"deny": [],

0 commit comments

Comments
 (0)