microhobby / linuxkerneldev

Visual Studio Code extension to help find documentation, device tree matching on device driver source code, by compatible strings
MIT License
42 stars 9 forks source link

Command not found trying to open include from dts using code-server #22

Closed microhobby closed 1 year ago

microhobby commented 1 year ago

Reported by @suzakuwcx :

image

the available command is code-server instead of code , I try to add

LinuxNativeCommands.ts:17

else if(vscode.env.appHost === 'server-distro') {
    this.insider = "code-server";
} 

it will debug success but build fail