11.2025: new version released, sample folder added
This commit is contained in:
15
VSCode/deploy-howto.md
Normal file
15
VSCode/deploy-howto.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# To Deploy Extension
|
||||
|
||||
```vsce package```
|
||||
|
||||
```vsce publish```
|
||||
|
||||
# To Get PAT
|
||||
|
||||
Login to Azure
|
||||
Search "Devops"
|
||||
Login to devops (samuel@sun.museum)
|
||||
Click "User Settings" in the top right > "Personal Access Tokens"
|
||||
Create one which has "Allow all Organizations" and "Marketplace" > "Manage" selected
|
||||
Put it in the .env file here
|
||||
set it in the terminal like `export VSCE_PAT="<token>"`
|
||||
Reference in New Issue
Block a user