1
Fork 0

Compare commits

..

No commits in common. "75617b5fd3bff7a834c2b48b6146e2af362b479b" and "8f970a173a66cb75c7f4cd85b8592edf3e53f15b" have entirely different histories.

2 changed files with 0 additions and 19 deletions

View File

@ -1,18 +0,0 @@
brunnerh.insert-unicode
foxundermoon.shell-format
Holllo.love
matthewpi.caddyfile-support
ms-python.python
ms-toolsai.jupyter
ms-toolsai.jupyter-keymap
ms-toolsai.jupyter-renderers
redhat.vscode-xml
redhat.vscode-yaml
ritwickdey.LiveServer
rust-lang.rust-analyzer
serayuzgur.crates
shd101wyy.markdown-preview-enhanced
stylelint.vscode-stylelint
tamasfe.even-better-toml
usernamehw.errorlens
vscode-icons-team.vscode-icons

View File

@ -36,7 +36,6 @@ def main() -> None:
with open(args.file, "w") as file: with open(args.file, "w") as file:
extensions = get_installed_extensions() extensions = get_installed_extensions()
file.writelines("\n".join(extensions)) file.writelines("\n".join(extensions))
file.write("\n")
print(f"Wrote {len(extensions)} extensions to {args.file}") print(f"Wrote {len(extensions)} extensions to {args.file}")