Check-in [c077af86e6]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:update: default python version from 3.13 to 3.14.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c077af86e6c7cb601c6ddbfff90a83104c32fb572abe3c40baf343df3d37c652
User & Date: FomalhautWeisszwerg 2026-02-23 01:55:11.430
Context
2026-03-20
09:36
enable: Image and binary file support for agents on VSCode. for more infomation, see <https://code.visualstudio.com/updates/v1_112#_image-and-binary-file-support-for-agents> check-in: e8f963cdb2 user: FomalhautWeisszwerg tags: trunk
2026-02-23
01:55
update: default python version from 3.13 to 3.14. check-in: c077af86e6 user: FomalhautWeisszwerg tags: trunk
2026-01-13
03:57
improve: visibility with color settings for indent guide. check-in: 8f4c19a975 user: FomalhautWeisszwerg tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to Antigravity/settings.json.
42
43
44
45
46
47
48
49
50
51
52

53
    "github.copilot.nextEditSuggestions.enabled": true,
    "diffEditor.hideUnchangedRegions.enabled": true,
    "remote.defaultExtensionsIfInstalledLocally": [
        "GitHub.copilot",
        "GitHub.copilot-chat",
        "GitHub.vscode-pull-request-github"
    ],
    "python.defaultInterpreterPath": "/opt/python-3.13",
    "geminicodeassist.project": "bigquery-practice-410911",
    "security.workspace.trust.untrustedFiles": "open",
    "workbench.externalBrowser": "/usr/bin/chromium"

}







|
<

|
>

42
43
44
45
46
47
48
49

50
51
52
53
    "github.copilot.nextEditSuggestions.enabled": true,
    "diffEditor.hideUnchangedRegions.enabled": true,
    "remote.defaultExtensionsIfInstalledLocally": [
        "GitHub.copilot",
        "GitHub.copilot-chat",
        "GitHub.vscode-pull-request-github"
    ],
    "python.defaultInterpreterPath": "/opt/python-3.14",

    "security.workspace.trust.untrustedFiles": "open",
    "workbench.externalBrowser": "/usr/bin/chromium",
    "python.languageServer": "Default"
}
Changes to vscode/settings.json.
41
42
43
44
45
46
47
48
49
50
51
52



53
    "github.copilot.nextEditSuggestions.enabled": true,
    "diffEditor.hideUnchangedRegions.enabled": true,
    "remote.defaultExtensionsIfInstalledLocally": [
        "GitHub.copilot",
        "GitHub.copilot-chat",
        "GitHub.vscode-pull-request-github"
    ],
    "python.defaultInterpreterPath": "/opt/python-3.13",
    "geminicodeassist.project": "bigquery-practice-410911",
    "security.workspace.trust.untrustedFiles": "open",
    "workbench.externalBrowser": "firefox",
    "http.systemCertificatesNode": true



}







|
<


|
>
>
>

41
42
43
44
45
46
47
48

49
50
51
52
53
54
55
    "github.copilot.nextEditSuggestions.enabled": true,
    "diffEditor.hideUnchangedRegions.enabled": true,
    "remote.defaultExtensionsIfInstalledLocally": [
        "GitHub.copilot",
        "GitHub.copilot-chat",
        "GitHub.vscode-pull-request-github"
    ],
    "python.defaultInterpreterPath": "/opt/python-3.14",

    "security.workspace.trust.untrustedFiles": "open",
    "workbench.externalBrowser": "firefox",
    "http.systemCertificatesNode": true,
    "chat.viewSessions.orientation": "stacked",
    "hediet.vscode-drawio.resizeImages": null,
    "editor.unicodeHighlight.nonBasicASCII": false
}