Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos
Commits
8a1ffae7
Commit
8a1ffae7
authored
Aug 20, 2021
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/theia: use vscode/git instead of theia/git
To have the timeline view
parent
99fba130
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
154 deletions
+22
-154
software/theia/buildout.hash.cfg
software/theia/buildout.hash.cfg
+1
-1
software/theia/download-plugins.cfg
software/theia/download-plugins.cfg
+1
-0
software/theia/generate_download_plugins_cfg.py
software/theia/generate_download_plugins_cfg.py
+1
-0
software/theia/software.cfg
software/theia/software.cfg
+0
-1
software/theia/yarn.lock
software/theia/yarn.lock
+19
-152
No files found.
software/theia/buildout.hash.cfg
View file @
8a1ffae7
...
@@ -47,7 +47,7 @@ md5sum = 9e8c17a4b2d802695caf0c2c052f0d11
...
@@ -47,7 +47,7 @@ md5sum = 9e8c17a4b2d802695caf0c2c052f0d11
[yarn.lock]
[yarn.lock]
_update_hash_filename_ = yarn.lock
_update_hash_filename_ = yarn.lock
md5sum =
a9d13a6e760b1942119dc5bbebfcc2b4
md5sum =
18e8302b2acff3721cad23d829e3df55
[python-language-server-requirements.txt]
[python-language-server-requirements.txt]
_update_hash_filename_ = python-language-server-requirements.txt
_update_hash_filename_ = python-language-server-requirements.txt
...
...
software/theia/download-plugins.cfg
View file @
8a1ffae7
...
@@ -13,6 +13,7 @@ urls = vscode-bat https://open-vsx.org/api/vscode/bat/1.54.3/file/vscode.bat-1.5
...
@@ -13,6 +13,7 @@ urls = vscode-bat https://open-vsx.org/api/vscode/bat/1.54.3/file/vscode.bat-1.5
vscode-docker https://open-vsx.org/api/vscode/docker/1.54.3/file/vscode.docker-1.54.3.vsix a4e3cdd03833fe6bf3f5045fc5be4433
vscode-docker https://open-vsx.org/api/vscode/docker/1.54.3/file/vscode.docker-1.54.3.vsix a4e3cdd03833fe6bf3f5045fc5be4433
vscode-emmet https://open-vsx.org/api/vscode/emmet/1.54.3/file/vscode.emmet-1.54.3.vsix 5786c95921794ed3188083a7f804fa29
vscode-emmet https://open-vsx.org/api/vscode/emmet/1.54.3/file/vscode.emmet-1.54.3.vsix 5786c95921794ed3188083a7f804fa29
vscode-fsharp https://open-vsx.org/api/vscode/fsharp/1.54.3/file/vscode.fsharp-1.54.3.vsix 028f4ec9593533ce38603032b3f2821e
vscode-fsharp https://open-vsx.org/api/vscode/fsharp/1.54.3/file/vscode.fsharp-1.54.3.vsix 028f4ec9593533ce38603032b3f2821e
vscode-git https://open-vsx.org/api/vscode/git/1.54.3/file/vscode.git-1.54.3.vsix da2f2c0626b4a254a660ae20b0c97611
vscode-go https://open-vsx.org/api/vscode/go/1.54.3/file/vscode.go-1.54.3.vsix 9f095a75e4137079351150722d091256
vscode-go https://open-vsx.org/api/vscode/go/1.54.3/file/vscode.go-1.54.3.vsix 9f095a75e4137079351150722d091256
vscode-groovy https://open-vsx.org/api/vscode/groovy/1.54.3/file/vscode.groovy-1.54.3.vsix 7ae14c40786311fda29059178f30c310
vscode-groovy https://open-vsx.org/api/vscode/groovy/1.54.3/file/vscode.groovy-1.54.3.vsix 7ae14c40786311fda29059178f30c310
vscode-grunt https://open-vsx.org/api/vscode/grunt/1.54.3/file/vscode.grunt-1.54.3.vsix f7894259f1fa60e939ff2d9b49138a02
vscode-grunt https://open-vsx.org/api/vscode/grunt/1.54.3/file/vscode.grunt-1.54.3.vsix f7894259f1fa60e939ff2d9b49138a02
...
...
software/theia/generate_download_plugins_cfg.py
View file @
8a1ffae7
...
@@ -17,6 +17,7 @@ for plugin_and_version in '''\
...
@@ -17,6 +17,7 @@ for plugin_and_version in '''\
vscode/docker/latest
vscode/docker/latest
vscode/emmet/latest
vscode/emmet/latest
vscode/fsharp/latest
vscode/fsharp/latest
vscode/git/latest
vscode/go/latest
vscode/go/latest
vscode/groovy/latest
vscode/groovy/latest
vscode/grunt/latest
vscode/grunt/latest
...
...
software/theia/software.cfg
View file @
8a1ffae7
...
@@ -309,7 +309,6 @@ template =
...
@@ -309,7 +309,6 @@ template =
"@theia/file-search": "latest",
"@theia/file-search": "latest",
"@theia/filesystem": "latest",
"@theia/filesystem": "latest",
"@theia/getting-started": "latest",
"@theia/getting-started": "latest",
"@theia/git": "latest",
"@theia/keymaps": "latest",
"@theia/keymaps": "latest",
"@theia/markers": "latest",
"@theia/markers": "latest",
"@theia/messages": "latest",
"@theia/messages": "latest",
...
...
software/theia/yarn.lock
View file @
8a1ffae7
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment