* chore(package.json): add "onStartupFinished" to activationEvents

* chore(extension.ts): update status bar text to "Create Gitea PR"
* chore(extension.ts): update comment for showing status bar icon
This commit is contained in:
2024-10-21 01:57:46 +02:00
parent 011e20b499
commit 57eccc781e
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
"categories": [
"Other"
],
"activationEvents": [],
"activationEvents": ["onStartupFinished"],
"main": "./dist/extension.js",
"contributes": {
"commands": [