tilt-dev / vscode-tilt

Visual Studio Code extension with Tiltfile syntax highlighting & autocomplete
Apache License 2.0
11 stars 1 forks source link

[Feature] Add support for changing search file name #35

Closed Tohusk closed 1 year ago

Tohusk commented 1 year ago

Based on the FAQs, people who have installed rbenv or something similar may have followed the FAQs and renamed the tilt binary to tlt. However, this extension seems to only look for binaries under the name Tilt, which causes the following error: image

nicksieger commented 1 year ago

Hi, thanks for the feedback. The extension has a setting where you can specify the full path to the actual Tilt executable.

Cursor_and_Settings_and__emacs_mg9j9p4vq4_-___Users_nicksieger_tilt-dev_vscode-tilt_src_config_ts_

It goes in the settings.json preference file.

Cursor_and_Notification_Center

It should work to also just put tlt there too, without a full path. Does that work for your problem?

Tohusk commented 1 year ago

Oh yeah that fixes it thank you!