Skip to content

Commit 5fc23e0

Browse files
committed
Revert "Merge pull request #73 from carsakiller/addon-manager"
This reverts commit c3598eb, reversing changes made to 98edb4f.
1 parent d35c87e commit 5fc23e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+169
-5754
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,15 @@ jobs:
6666
echo PKG_BASENAME=${PKG_BASENAME} >> $GITHUB_OUTPUT
6767
echo PKG_NAME=${PKG_NAME} >> $GITHUB_OUTPUT
6868
69-
- name: Compile client
69+
- name: Compile clinet
7070
shell: bash
7171
run: |
72+
npm install -g typescript
7273
cd client
73-
npm ci
74-
npm run build
74+
npm install
75+
tsc
7576
cd ..
7677
77-
- name: Build Addon Manager WebVue
78-
shell: bash
79-
run: |
80-
cd client/webvue
81-
npm ci
82-
npm run build
83-
cd ../..
84-
8578
- name: Pack vsix
8679
id: pack
8780
shell: bash

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@
44
[submodule "client/3rd/vscode-lua-doc"]
55
path = client/3rd/vscode-lua-doc
66
url = https://github.com/actboy168/vscode-lua-doc
7-
[submodule "client/webvue"]
8-
path = client/webvue
9-
url = [email protected]:carsakiller/vscode-lua-webvue.git

.vscodeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
**/*
22

3+
!client/node_modules
34
!client/out
45
!client/package.json
56
!client/3rd/vscode-lua-doc/doc
67
!client/3rd/vscode-lua-doc/extension.js
7-
!client/webvue/build
88

99
!server/bin
1010
!server/locale

client/.eslintrc.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

client/.prettierrc.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)