Complete guide to setting up Antigravity's browser subagent in a WSL2 + Windows 11 environment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Place your settings in this file to overwrite the default settings | |
| { | |
| "editor.tabSize": 4, | |
| "editor.insertSpaces": true, | |
| "editor.wrappingColumn": 0, | |
| "editor.wrappingIndent": "indent", | |
| "editor.renderWhitespace": "boundary", | |
| "editor.renderIndentGuides": true, | |
| "search.exclude": {"build/" : true}, | |
| "files.trimTrailingWhitespace": true, |