Skip to content

Releases: eclipse-cdt-cloud/vscode-trace-server

Release v0.2.6

13 Mar 18:38

Choose a tag to compare

Release v0.2.6 with changes since v0.2.5

  • Release v0.2.6 (Patch) 131ffa2
  • [CI] include node version in uploaded artifact name d03eb3d
  • Bump axios from 1.7.4 to 1.8.3 5a85c99

Release v0.2.5

13 Mar 13:48

Choose a tag to compare

Release v0.2.5 with changes since v0.2.4

  • Release v0.2.5 (Patch) df9da0a
  • Improve server start implementation and provide better error reporting 88fc848
  • fix formatting issue a1da771
  • Fix arg parsing tests 978a2b5
  • Enhance traceserver argument parsing scheme 0119bad
  • Rename "Trace Server: stop or reset" to "Trace Server: Stop or Reset" 779fdc7
  • Rename start command to "Trace Server: Start" d773b02
  • [CI][workflows] Use node 20 by default a00b7de
  • Use machine scope for traceserver path setting (to omit from "settings sync"). 54f5cc1
  • Bump undici from 6.19.8 to 6.21.1 e8d7e1d
  • Add basic issue and pull-request templates 46dd7b0
  • Bump cross-spawn from 7.0.3 to 7.0.6 22dfe89

Release v0.2.4

03 Sep 19:01

Choose a tag to compare

Release v0.2.4 with changes since v0.2.3

  • Release v0.2.4 (Patch) e206ebb
  • Bump micromatch from 4.0.7 to 4.0.8 35cc93e
  • add ovsx as a devDependency c8d0403
  • perform yarn upgrade 117ddba
  • check for trace server URL ending with slash 3e76706

Release v0.2.3

21 Aug 15:09

Choose a tag to compare

Release v0.2.3 with changes since v0.2.2

Release v0.2.2

16 Aug 20:14

Choose a tag to compare

Release v0.2.2 with changes since v0.2.1

  • Release v0.2.2 (Patch) a5f8c4c
  • Bump braces from 3.0.2 to 3.0.3 0f5ee29
  • Bump axios from 1.6.8 to 1.7.4 97877ea
  • [ci] harmonize release doc, add helper scripts 119d8d5

Release v0.2.1

18 Mar 20:01

Choose a tag to compare

Release v0.2.1 with changes since v0.2.0

  • Release v0.2.1 e6b5f30
  • update to node 18 5913235
  • Add CODE_OF_CONDUCT.md to the repository and update reference. 10e5398
  • [ci] add a job to publish the extension to the Visual Studio Marketplace 27b4f7c
  • perform yarn upgrade 37fd531

Release v0.2.0

08 Feb 14:41

Choose a tag to compare

Release v0.2.0 with changes since v0.0.0

  • Trigger release v0.2.0, publish to open-vsx.org c2f7050
  • Merge pull request #22 from eclipse-cdt-cloud/publish 08e17dc
  • Update for review comments 46ebcc9
  • Add infrastructure to release/publish as part of CI f183ad3
  • Register to vscode-trace-extension as a trace server contributor bd538d7
  • Merge pull request #21 from eclipse-cdt-cloud/update-eslint-dependency 1272300
  • [3pp][license] update eslint to approved version 03fb997
  • Merge pull request #18 from eclipse-cdt-cloud/automated-pr-license-check b7d0c3b
  • Add 3PP license check as part of PR CI f6b8480
  • Add minimal build/test workflow 5601eb7
  • Fix stopping trace server during shutdown 4ebbb2d
  • Upgrade vsce to the current latest version 2.20.1 0fceb92
  • Remove .git directory from packaged plugin f9b8319
  • TraceServer: Fix prettier formatting 2a7d29f
  • Make start and stop commands real async commands 1bb1405
  • Fix error message after start/stop for missing vscode-trace-extension 5fc4471
  • Get server URL from the client preferences (vscode-trace-extension) 794d1fe
  • TraceServer: Realign the start/stop message format 6fff008
  • TraceServer: Also show error detail when available a021f59
  • TraceServer: Check server status if survived error 73b96b3
  • TraceServer: Only reset upon stop while pid not UP f8a27c3
  • TraceServer: Fix case of starting upon stored pid 4017826
  • TraceServer: Remove extra server-exit stopOrReset 3828598
  • TraceServer: Show warnings upon no-op user command ba659b3
  • TraceServer: Add an explicit foreign server check 2c7c0f1
  • TraceServer: Make get-settings/serverUrl reusable a56e497
  • TraceServer: Make the 'UP' server check reusable 20eac28
  • TraceServer: Add resetting to stop command error 91f8f9b
  • TraceServer: Show error messages beside logging it 5855d1d
  • extension: Restore vsce package as a devDependency f9375aa
  • extension: Add vsce back as current @vscode/vsce 7595d69
  • extension: Temporarily remove the old vsce package c2a6cef
  • extension: Fix locally unresolved defaultBuildTask d7b952c
  • TraceServer: Show messages about started/stopped be99123
  • extension: Store updated server pid in workspace ade4492
  • extension: Add yarn script for vsce/vsix packaging 83a9b5c
  • extension: Call stop directly upon deactivate/exit 73ba3df
  • extension: Run (compile) webpack upon 'yarn' too 3ea2063
  • extension: Make the trace server Compass-agnostic 2631e43
  • MD files: Align both standard ones with siblings 13512c5
  • README: Add note about removal for Blueprint amend 94ca658
  • README: Remove extra 'locally' in prettier blurb 7c4d925
  • README: Lightly clarify the possible installations 56e426c
  • Prettier: Mention --check option also in README.md 8241947
  • Prettier: Add minimal yarn command w/ README doc cad20a8
  • Prettier: Align with trailingComma set to 'none' 3253e13
  • Prettier: Align with tabWidth set to 4 bc1fc91
  • Prettier: Align with singleQuote set to 'true' ac6c4a5
  • Prettier: Align with printWidth set to 120 7756eaa
  • Prettier: Align with arrowParens set to 'avoid' a462da5
  • Prettier: Begin aligning settings with team usage f9eb64e
  • Add Server suffix to extension configuration title 194deb3
  • README: Add section about debugging the extension f20e892
  • TraceServer: Set the server status bar item if any d73d84e
  • extension: Remove the unstable (re)start command e14356b
  • TraceServer: Show progress notification with stop 21da39b
  • TraceServer: Fix unnecessary client field w/ const 88ba94c
  • TraceServer: Show progress notification w/ startup 5e0f3a1
  • TraceServer: Refactor duplicated error message end c5b5235
  • TraceServer: Check proper stopping...
Read more