This commit is contained in:
ry.yamafuji 2025-06-07 23:08:43 +09:00
parent 52690bd691
commit 9d0be6411a
2 changed files with 6 additions and 5 deletions

View File

@ -164,11 +164,11 @@ GitHubやGitLabにリポジトリがある場合はrepositoryフィールドを
2. **公開** 2. **公開**
```bash ```bash
vsce publish vsce publish
``` ```
初回はアクセストークンが必要Marketplace から取得)。 初回はアクセストークンが必要Marketplace から取得)。
#### メリット #### メリット

View File

@ -3,7 +3,8 @@
"displayName": "ImageMarkPengent", "displayName": "ImageMarkPengent",
"description": "", "description": "",
"license": "MIT", "license": "MIT",
"version": "1.0.0-alpha", "version": "1.0.0",
"publisher": "PengentAIRyohYA",
"engines": { "engines": {
"vscode": "^1.99.0" "vscode": "^1.99.0"
}, },