Skip to content

Commit

Permalink
refactor: vscode-client -> client
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jul 30, 2021
1 parent 7083740 commit 39f71eb
Show file tree
Hide file tree
Showing 24 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"outFiles": [
"${workspaceRoot}/packages/shared/out/**/*.js",
"${workspaceRoot}/packages/vscode-client/out/**/*.js"
"${workspaceRoot}/packages/client/out/**/*.js"
],
"preLaunchTask": {
"type": "npm",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"onLanguage:vue",
"onWebviewPanel:preview"
],
"main": "./node_modules/@volar/vscode-client/out/extension",
"main": "./node_modules/@volar/client/out/extension",
"contributes": {
"languages": [
{
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"name": "@volar/vscode-client",
"name": "@volar/client",
"version": "0.26.9",
"license": "MIT",
"engines": {
Expand All @@ -13,7 +13,7 @@
"repository": {
"type": "git",
"url": "https://github.com/johnsoncodehk/volar.git",
"directory": "packages/vscode-client"
"directory": "packages/client"
},
"dependencies": {
"@volar/shared": "^0.26.9",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": [],
"references": [
{
"path": "./packages/vscode-client/tsconfig.build.json"
"path": "./packages/client/tsconfig.build.json"
},
{
"path": "./packages/server/tsconfig.build.json"
Expand Down

0 comments on commit 39f71eb

Please sign in to comment.