Created
March 26, 2025 05:00
-
-
Save timheuer/7eeb66beebdabfea8a2886cba624906b to your computer and use it in GitHub Desktop.
file nesting rules for vs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"root":true, | |
"dependentFileProviders":{ | |
"add":{ | |
"addedExtension":{}, | |
"pathSegment":{"add":{".*":[".js",".css",".html",".htm",".less",".scss",".coffee",".iced",".config",".cs",".vb",".json"]}}, | |
"extensionToExtension":{ | |
"add":{ | |
".js":[".coffee",".iced",".ts",".tsx",".jsx"], | |
".css":[".less",".scss",".sass",".styl"], | |
".html":[".md",".mdown",".markdown",".mdwn"], | |
".map":[".js",".css"], | |
".svgz":[".svg"], | |
".designer.cs":[".resx"], | |
".cs.d.ts":[".cs"] | |
} | |
}, | |
"fileToFile":{ | |
"add":{ | |
".bowerrc":["bower.json"], | |
".npmrc":["package.json"], | |
"npm-shrinkwrap.json":["package.json"], | |
"yarn.lock":["package.json"], | |
".yarnclean":["package.json"], | |
".yarnignore":["package.json"], | |
".yarn-integrity":["package.json"], | |
".yarnrc":["package.json"], | |
"package-lock.json":["package.json"] | |
} | |
}, | |
"fileSuffixToExtension":{"add":{"-vsdoc.js":[".js"]}} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment