diff --git a/.changeset/vscode-publisher-pymodel.md b/.changeset/vscode-publisher-pymodel.md new file mode 100644 index 00000000..dfc8f1c7 --- /dev/null +++ b/.changeset/vscode-publisher-pymodel.md @@ -0,0 +1,5 @@ +--- +"@pymodel/pythinker-code": patch +--- + +Publish the VS Code extension under the pymodel Marketplace publisher and Open VSX namespace. diff --git a/apps/site/src/App.vue b/apps/site/src/App.vue index d223c379..3b74a78e 100644 --- a/apps/site/src/App.vue +++ b/apps/site/src/App.vue @@ -57,7 +57,7 @@ const terminalDemos = [ }, ]; -const vscodeInstallCommand = 'code --install-extension pythoughts.pythinker-code'; +const vscodeInstallCommand = 'code --install-extension pymodel.pythinker-code'; const copiedCommand = ref(''); const mobileMenu = ref(null); @@ -307,12 +307,12 @@ onUnmounted(() => {
code --install-extension pythoughts.pythinker-code
+ code --install-extension pymodel.pythinker-code