Skip to content

Instantly share code, notes, and snippets.

@nwgh
Last active August 13, 2018 23:28
Show Gist options
  • Save nwgh/30ffa804d7ade5f683fe9e9ab3a572cd to your computer and use it in GitHub Desktop.
Save nwgh/30ffa804d7ade5f683fe9e9ab3a572cd to your computer and use it in GitHub Desktop.
vs code workspace
{
"folders": [
{
"name": "Source",
"path": "gecko"
},
{
"name": "Build",
"path": "vscode-gecko"
}
],
"settings": {
"files.associations": {
"chrono": "cpp",
"random": "cpp",
"__bit_reference": "cpp",
"algorithm": "cpp",
"bitset": "cpp",
"map": "cpp",
"set": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"hash_map": "cpp",
"hash_set": "cpp",
"__functional_base": "cpp",
"array": "cpp",
"future": "cpp",
"istream": "cpp",
"locale": "cpp",
"memory": "cpp",
"thread": "cpp",
"tuple": "cpp",
"utility": "cpp",
"*.tcc": "cpp",
"functional": "cpp",
"cubeb_alsa.c": "cpp",
"infcodes.c": "cpp",
"inffas8664.c": "cpp",
"sqlite3.c": "cpp",
"opus_encoder.c": "cpp",
"r_list.c": "cpp",
"ftccmap.c": "cpp",
"winfnt.c": "cpp",
"ptthread.c": "cpp",
"ssltap.c": "cpp",
"blast.c": "cpp",
"gzlog.c": "cpp",
"infcover.c": "cpp",
"regex": "cpp",
"dtoa.c": "cpp",
"w32ipcsem.c": "cpp",
"prdtoa.c": "cpp",
"accept.c": "cpp",
"sleep.c": "cpp",
"httpserv.c": "cpp",
"selfserv.c": "cpp",
"strsclnt.c": "cpp",
"zone.c": "cpp",
"gxvkern.c": "cpp",
"gxvprop.c": "cpp",
"ttgxvar.c": "cpp",
"deflate.c": "cpp",
"infback.c": "cpp",
"inflate.c": "cpp",
"nameprep.c": "cpp",
"xmlparse.c": "cpp",
"mobject.c": "cpp",
"pk11mech.c": "cpp",
"pk11pk12.c": "cpp",
"certread.c": "cpp",
"lginit.c": "cpp",
"sslsnce.c": "cpp",
"dwarf.c": "cpp",
"infback9.c": "cpp",
"untgz.c": "cpp",
"mp3sniff.c": "cpp",
"cmscgats.c": "cpp",
"zic.c": "cpp",
"fsg_model.c": "cpp",
"enough.c": "cpp",
"cstddef": "cpp",
"cairo-gl-glyphs.c": "cpp",
"nestegg.c": "cpp",
"ftcmanag.c": "cpp",
"comment.c": "cpp",
"*.cfg": "cpp",
"__locale": "cpp"
},
"terminal.integrated.cwd": "/Users/nwgh/src/mozilla/gecko"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment