Skip to content

Commit

Permalink
[Theia v1.45.1] update trace extension used in docker image
Browse files Browse the repository at this point in the history
Update specific version of the trace extension that's used in the docker
image example.

Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed Feb 29, 2024
1 parent c22cb2c commit c15a308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
!examples/*/package.json
!examples/*/resources/
!examples/*/scripts/
!examples/docker/
*.log
*.tsbuildinfo
.browser_modules/
Expand Down
2 changes: 1 addition & 1 deletion examples/docker/example-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@theia/process": "1.45.1",
"@theia/terminal": "1.45.1",
"@theia/workspace": "1.45.1",
"theia-traceviewer": "0.2.0-next.20231206220005.ff0943f.0"
"theia-traceviewer": "0.2.0-next.20240229144356.c22cb2c.0"
},
"devDependencies": {
"@theia/cli": "1.45.1"
Expand Down

0 comments on commit c15a308

Please sign in to comment.