Skip to content

Instantly share code, notes, and snippets.

View tulitheprogrammer's full-sized avatar

TuliTheProgrammer tulitheprogrammer

View GitHub Profile
@tulitheprogrammer
tulitheprogrammer / History|-2914fa87|EvSX.json
Last active September 26, 2025 14:47
Visual Studio Code Settings Sync Gist
{
"explorer.confirmDelete": false,
"git.enabled": false,
"workbench.iconTheme": "material-icon-theme",
"terminal.integrated.fontFamily": "monospace",
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
},
"typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version
"typescript.tsc.autoDetect": "off",