Fix the entry point for code-server execution

This commit is contained in:
HideakiImamura
2023-12-28 17:14:30 +09:00
parent 8bde01afd4
commit 8fcbaf55b4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "optuna-dashboard",
"version": "0.0.1",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "optuna-dashboard",
"version": "0.0.1",
"version": "0.1.0",
"license": "MIT",
"devDependencies": {
"@types/mocha": "^10.0.1",
+1 -1
View File
@@ -27,7 +27,7 @@
"optuna-dashboard"
],
"activationEvents": [],
"browser": "./dist/web/extension.js",
"main": "./dist/web/extension.js",
"contributes": {
"commands": [
{