Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vscode-lua-srb2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LJ Sonic
vscode-lua-srb2
Commits
4b25f3d9
Unverified
Commit
4b25f3d9
authored
2 years ago
by
carsakiller
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update Addon Manager (#118)
* fix: workspace open detection * chore: update WebVue
parent
ebfb2cb0
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
client/src/addon_manager/panels/WebVue.ts
+1
-1
1 addition, 1 deletion
client/src/addon_manager/panels/WebVue.ts
client/webvue
+1
-1
1 addition, 1 deletion
client/webvue
server
+1
-1
1 addition, 1 deletion
server
with
3 additions
and
3 deletions
client/src/addon_manager/panels/WebVue.ts
+
1
−
1
View file @
4b25f3d9
...
@@ -85,7 +85,7 @@ export class WebVue {
...
@@ -85,7 +85,7 @@ export class WebVue {
}
}
const
workspaceOpen
=
const
workspaceOpen
=
vscode
.
workspace
.
workspaceFolders
&&
vscode
.
workspace
.
workspaceFolders
!==
undefined
&&
vscode
.
workspace
.
workspaceFolders
.
length
>
0
;
vscode
.
workspace
.
workspaceFolders
.
length
>
0
;
const
clientVersion
=
context
.
extension
.
packageJSON
.
version
;
const
clientVersion
=
context
.
extension
.
packageJSON
.
version
;
...
...
This diff is collapsed.
Click to expand it.
webvue
@
27b87a64
Compare
ac8a4db6
...
27b87a64
Subproject commit
ac8a4db6fbb2e5aab49dca9aa55e367cec92aadd
Subproject commit
27b87a642300deed26c606937df8549fcc156165
This diff is collapsed.
Click to expand it.
server
@
f3ef9893
Compare
50f77465
...
f3ef9893
Subproject commit
50f77465af5ded634fd7aef07699cc4fc1c704f8
Subproject commit
f3ef9893f2a16e8ddcd2efe15190c793d0448ae5
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment