Skip to content

Instantly share code, notes, and snippets.

@tejainece
Last active December 4, 2025 11:32
Show Gist options
  • Select an option

  • Save tejainece/1d2de7562f709f84d4712223426eb65e to your computer and use it in GitHub Desktop.

Select an option

Save tejainece/1d2de7562f709f84d4712223426eb65e to your computer and use it in GitHub Desktop.
[Antigravity] Configure Python VENV
"clangd.fallbackFlags": [
"-I${workspaceFolder}/src/include",
],
"editor.suggest.insertMode": "insert"
"debug.toolBarLocation": "docked"
"editor.formatOnSave": true
"python.defaultInterpreterPath": "${workspaceFolder}/test_gen/venv/bin/python"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment