mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
feat(antigravity): add support for Antigravity editor and update documentation; create extensions lock file for Antigravity
This commit is contained in:
14
Makefile
14
Makefile
@@ -1,5 +1,17 @@
|
||||
# List of supported editors
|
||||
EDITORS := cursor vscode vscode-insiders windsurf
|
||||
EDITORS := antigravity cursor vscode vscode-insiders windsurf
|
||||
|
||||
.PHONY: antigravity-config
|
||||
antigravity-config:
|
||||
./siren antigravity config
|
||||
|
||||
.PHONY: antigravity-extensions
|
||||
antigravity-extensions:
|
||||
./siren antigravity extensions
|
||||
|
||||
.PHONY: antigravity-dump-extensions
|
||||
antigravity-dump-extensions:
|
||||
./siren antigravity dump-extensions
|
||||
|
||||
.PHONY: cursor-config
|
||||
cursor-config:
|
||||
|
||||
Reference in New Issue
Block a user