Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tag: v0.2.4
tag: v0.2.5

commitInclude:
parentOfMergeCommit: true
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.4",
"version": "0.2.5",
"npmClient": "yarn",
"command": {
"run": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-trace-server",
"displayName": "VSCode Trace Server",
"description": "Companion extension to the Trace Viewer for VSCode, that makes it easier to start/stop a local trace server",
"version": "0.2.4",
"version": "0.2.5",
"license": "MIT",
"engines": {
"vscode": "^1.78.0"
Expand Down Expand Up @@ -51,7 +51,7 @@
"properties": {
"trace-server.traceserver.path": {
"type": "string",
"scope" : "machine",
"scope": "machine",
"default": "/usr/bin/tracecompass-server",
"description": "Enter the trace server's binary path, executable included. Eg: /usr/bin/tracecompass-server."
},
Expand Down