File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 " ms-azuretools.vscode-docker" ,
2020 " christian-kohler.path-intellisense" ,
2121 " wayou.vscode-todo-highlight" ,
22- " pkief.material-icon-theme"
22+ " pkief.material-icon-theme" ,
23+ " anthropic.claude-code"
2324 ],
2425 "settings" : {
2526 "[typescript]" : {
2930 "editor.insertSpaces" : true ,
3031 "editor.detectIndentation" : false ,
3132 "files.trimFinalNewlines" : true ,
32- "files.trimTrailingWhitespace" : true ,
33- "yaml.customTags" : [
34- " !reference sequence"
35- ]
33+ "files.trimTrailingWhitespace" : true
3634 }
3735 }
3836 }
39-
40- // Features to add to the dev container. More info: https://containers.dev/features.
41- // "features": {},
42-
43- // Use 'forwardPorts' to make a list of ports inside the container available locally.
44- // "forwardPorts": [],
45-
46- // Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
47- // "remoteUser": "devcontainer"
4837}
Original file line number Diff line number Diff line change @@ -25,4 +25,5 @@ dist-ssr
2525
2626* :Zone.Identifier
2727
28- * .env
28+ * .env
29+ .claude /settings.local.json
You can’t perform that action at this time.
0 commit comments