Skip to content

Commit

Permalink
chore: improved the vscode configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Apr 13, 2024
1 parent b6d05b8 commit ea106aa
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"recommendations": [
"editorconfig.editorconfig",
"fernandoescolar.vscode-solution-explorer",
"mariomatheu.syntax-project-pbxproj",
"mrorz.language-gettext",
"redhat.vscode-yaml",
"streetsidesoftware.code-spell-checker",
"visualstudiotoolsforunity.vstuc",
Expand Down
36 changes: 31 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": false,
"explorer.fileNesting.patterns": {
"*": "${capture}.meta, ${capture}.md5",
"*": "${capture}.meta, ${capture}.md5, ${capture}-lock",
"*.db": "${capture}.db.st",
"*.dll": "${capture}.pdb",
"*.md": "${capture}.*.md",
"*.png": "${capture}@*.png",
"*.sln": "*.csproj",
"*.xml": "${capture}.dll",
".gitconfig": ".gitattributes, .gitignore",
".markdownlint.*": ".markdownlint-cli2.*",
".tool-versions": "global.json"
Expand All @@ -16,15 +19,16 @@
"*.asmref": "json",
"*.asset": "yaml",
"*.buildreport": "yaml",
"*.config": "xml",
"*.controller": "yaml",
"*.dwlt": "yaml",
"*.info": "json",
"*.exe.congig": "xml",
"*.index": "json",
"*.info": "json",
"*.inputactions": "json",
"*.lighting": "yaml",
"*.mat": "yaml",
"*.meta": "yaml",
"*.nuget.cache": "json",
"*.outputdata": "json",
"*.physicmaterial": "yaml",
"*.playable": "yaml",
Expand All @@ -33,16 +37,19 @@
"*.scenetemplate": "yaml",
"*.signal": "yaml",
"*.terrainlayer": "yaml",
"*.tlh": "c",
"*.tlh": "cpp",
"*.traceevents": "jsonl",
"*.unity": "yaml",
"*.uss": "css",
"*.uxml": "xml",
".buginfo": "yaml",
".imgbotconfig": "json",
".settings": "plist",
".signature": "json",
"CodeResources": "xml",
"LastSceneManagerSetup.txt": "yaml",
"LibraryFormatVersion.txt": "yaml",
"LICENSE": "plaintext",
"ProjectCache": "yaml",
"ProjectVersion.txt": "yaml",
"XRPackageSettings.asset": "json",
"XRSettings.asset": "json"
Expand Down Expand Up @@ -87,29 +94,48 @@
"tag:unity3d.com,2011:30 mapping",
"tag:unity3d.com,2011:33 mapping",
"tag:unity3d.com,2011:47 mapping",
"tag:unity3d.com,2011:54 mapping",
"tag:unity3d.com,2011:55 mapping",
"tag:unity3d.com,2011:60 mapping",
"tag:unity3d.com,2011:64 mapping",
"tag:unity3d.com,2011:65 mapping",
"tag:unity3d.com,2011:74 mapping",
"tag:unity3d.com,2011:78 mapping",
"tag:unity3d.com,2011:81 mapping",
"tag:unity3d.com,2011:82 mapping",
"tag:unity3d.com,2011:84 mapping",
"tag:unity3d.com,2011:91 mapping",
"tag:unity3d.com,2011:92 mapping",
"tag:unity3d.com,2011:95 mapping",
"tag:unity3d.com,2011:102 mapping",
"tag:unity3d.com,2011:104 mapping",
"tag:unity3d.com,2011:108 mapping",
"tag:unity3d.com,2011:114 mapping",
"tag:unity3d.com,2011:124 mapping",
"tag:unity3d.com,2011:126 mapping",
"tag:unity3d.com,2011:129 mapping",
"tag:unity3d.com,2011:134 mapping",
"tag:unity3d.com,2011:135 mapping",
"tag:unity3d.com,2011:136 mapping",
"tag:unity3d.com,2011:137 mapping",
"tag:unity3d.com,2011:143 mapping",
"tag:unity3d.com,2011:154 mapping",
"tag:unity3d.com,2011:157 mapping",
"tag:unity3d.com,2011:159 mapping",
"tag:unity3d.com,2011:162 mapping",
"tag:unity3d.com,2011:195 mapping",
"tag:unity3d.com,2011:196 mapping",
"tag:unity3d.com,2011:198 mapping",
"tag:unity3d.com,2011:199 mapping",
"tag:unity3d.com,2011:206 mapping",
"tag:unity3d.com,2011:212 mapping",
"tag:unity3d.com,2011:218 mapping",
"tag:unity3d.com,2011:222 mapping",
"tag:unity3d.com,2011:223 mapping",
"tag:unity3d.com,2011:224 mapping",
"tag:unity3d.com,2011:236 mapping",
"tag:unity3d.com,2011:310 mapping",
"tag:unity3d.com,2011:320 mapping",
"tag:unity3d.com,2011:1001 mapping",
"tag:unity3d.com,2011:1002 mapping",
"tag:unity3d.com,2011:1045 mapping",
Expand Down

0 comments on commit ea106aa

Please sign in to comment.