We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d574e5 commit 9f0678cCopy full SHA for 9f0678c
README.md
@@ -59,6 +59,7 @@ Open your VS Code, bring up your `settings.json`, copy-n-paste the snippet below
59
"*.resx": "$(capture).*.resx, $(capture).designer.cs, $(capture).designer.vb",
60
"*.tex": "$(capture).acn, $(capture).acr, $(capture).alg, $(capture).aux, $(capture).bbl, $(capture).blg, $(capture).fdb_latexmk, $(capture).fls, $(capture).glg, $(capture).glo, $(capture).gls, $(capture).idx, $(capture).ind, $(capture).ist, $(capture).lof, $(capture).log, $(capture).lot, $(capture).out, $(capture).pdf, $(capture).synctex.gz, $(capture).toc, $(capture).xdv",
61
"*.ts": "$(capture).js, $(capture).d.ts.map, $(capture).*.ts, $(capture)_*.js, $(capture)_*.ts",
62
+ "*.mts": "$(capture).ts, $(capture).*.mts, $(capture)_*.ts, $(capture)_*.mts",
63
"*.tsx": "$(capture).ts, $(capture).*.tsx, $(capture)_*.ts, $(capture)_*.tsx",
64
"*.vbproj": "*.config, *proj.user, appsettings.*, bundleconfig.json",
65
"*.vue": "$(capture).*.ts, $(capture).*.js, $(capture).story.vue",
0 commit comments