microhobby / linuxkerneldev

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

Add code-server support #23

Closed microhobby closed 1 year ago

microhobby commented 1 year ago

@suzakuwcx could you help me cloning the dev branch and testing in a code-server environment?

I had to also bump Typescript and VS Code versions on the package.json to have the new appHost property, so now the build is ok.

Fix #22

suzakuwcx commented 1 year ago

@microhobby build success, looks work very well;

Peek 2022-11-30 08-49

and the break point hit successfully

image

microhobby commented 1 year ago

@suzakuwcx cool,looks good! I will merge it, thanks again for the contributions! I expect to release a new version until the weekend on VS Marketplace.