Skip to content

Instantly share code, notes, and snippets.

View gasakawa's full-sized avatar

Gabriel Asakawa gasakawa

View GitHub Profile
@gasakawa
gasakawa / launch.json
Created December 14, 2022 10:34
vscode-debug-settings
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"restart": true,
{
"files.autoSave": "off",
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true
},
"editor.tabSize": 2,
"workbench.colorTheme": "Nord",
"editor.fontFamily": "Fira Code",