tonka3000 / vscode-raycast

Raycast tools for VSCode
https://marketplace.visualstudio.com/items?itemName=tonka3000.raycast
MIT License
16 stars 2 forks source link

All commands result in error: command not found #20

Closed kory-smith closed 1 year ago

kory-smith commented 1 year ago

Summary

Steps to reproduce

Install the extension on Vscode and run any command (I'm using "Raycast: Start Development mode"). It'll error. My setup:

Version: 1.74.2 Commit: e8a3071ea4344d9d48ef8a4df2c097372b0c5161 Date: 2022-12-20T10:32:21.587Z (1 wk ago) Electron: 19.1.8 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Darwin arm64 22.2.0 Sandboxed: Yes

What is the current bug behavior?

What is the expected correct behavior?

Relevant logs and/or screenshots

image

Possible fixes

tonka3000 commented 1 year ago

Hi @kory-smith

It looks like that VSCode didn't register the commands at all which is strange.

Some questions:

Greetings Michael

whatyoubendoing commented 1 year ago

I ran into the same issue.

@tonka3000 The transit folder is not created before the extension tries to use it / watch the folder. @kory-smith A temporary fix is creating this folder

mkdir -p "/Users/$USER/Library/Application Support/Code/User/globalStorage/tonka3000.raycast/transit"
tonka3000 commented 1 year ago

@Ben2HellAndBack Thanks for the hint. I will ship a hotfix for that.

tonka3000 commented 1 year ago

@kory-smith @Ben2HellAndBack Fixed via 44a9566133f1d58ea459614c02919d3bd3df9bc6 (0.9.1)