Skip to content

Commit d509f8d

Browse files
bump: VS Code extension to v0.1.7 - fix spaces in binary path
1 parent d1e2ae8 commit d509f8d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

raz-adapters/vscode/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to the RAZ VS Code extension will be documented in this file
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.7] - 2025-07-05
9+
10+
### Fixed
11+
- Properly quote RAZ binary path when it contains spaces (e.g., "Application Support" on macOS)
12+
- Task execution now works correctly with paths containing spaces
13+
814
## [0.1.6] - 2025-07-05
915

1016
### Added

raz-adapters/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Uriah Galang <[email protected]>",
66
"icon": "images/raz-logo.gif",
77
"license": "MIT",
8-
"version": "0.1.6",
8+
"version": "0.1.7",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/codeitlikemiley/raz"

0 commit comments

Comments
 (0)