You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Place your settings in this file to overwrite the default settings
{
// When enabled, will open files in a new window instead of reusing an existing instance.
"window.openFilesInNewWindow": "off",
"window.showFullPath": true,
"editor.fontSize": 16,
"editor.renderIndentGuides": true,
// Configure glob patterns for excluding files and folders.
"files.exclude": {
"**/.vscode": true,
"**/.bin": true,
"**/.obj": true
},
// Controls auto save of dirty files. Accepted values: "off", "afterDelay", "onFocusChange". If set to "afterDelay" you can configure the delay in "files.autoSaveDelay".