Skip to content

Commit ae854d8

Browse files
committed
chore: devtools -> labs
1 parent 54ba6a7 commit ae854d8

File tree

14 files changed

+28
-29
lines changed

14 files changed

+28
-29
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"version": "0.2.0",
44
"configurations": [
55
{
6-
"name": "Launch DevTools",
6+
"name": "Launch Labs",
77
"type": "extensionHost",
88
"request": "launch",
99
"runtimeExecutable": "${execPath}",
1010
"args": [
11-
"--extensionDevelopmentPath=${workspaceRoot}/packages/devtools"
11+
"--extensionDevelopmentPath=${workspaceRoot}/packages/labs"
1212
],
1313
"outFiles": [
1414
"${workspaceRoot}/*/*/out/**/*.js"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DevTools (WIP)
1+
# Labs (WIP)
22

33
Views:
44

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"private": true,
3-
"name": "volarjs-devtools",
3+
"name": "volarjs-labs",
44
"version": "1.6.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/volarjs/volar.js.git",
8-
"directory": "packages/devtools"
8+
"directory": "packages/labs"
99
},
1010
"sponsor": {
1111
"url": "https://github.com/sponsors/johnsoncodehk"
1212
},
1313
"icon": "images/icon.png",
14-
"displayName": "DevTools for Volar.js",
15-
"description": "DevTools for Volar.js",
14+
"displayName": "Volar.js Labs",
15+
"description": "Volar.js Labs",
1616
"author": "johnsoncodehk",
1717
"publisher": "johnsoncodehk",
1818
"engines": {
@@ -27,14 +27,14 @@
2727
"viewsContainers": {
2828
"activitybar": [
2929
{
30-
"id": "volar-devtools",
31-
"title": "Volar.js DevTools",
30+
"id": "volarjs-labs",
31+
"title": "Volar.js Labs",
3232
"icon": "images/btn.svg"
3333
}
3434
]
3535
},
3636
"views": {
37-
"volar-devtools": [
37+
"volarjs-labs": [
3838
{
3939
"id": "volar-servers",
4040
"name": "Servers",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export async function activate(context: vscode.ExtensionContext) {
2222

2323
checked.add(extension.id);
2424

25-
if (!extension.exports?.volar?.devtools) return;
25+
if (!extension.exports?.volar) return;
2626

2727
const info: Exports = extension.exports.volar;
2828
const clients: lsp.BaseLanguageClient[] = info.languageClients;
File renamed without changes.

0 commit comments

Comments
 (0)