vscode-vlang icon indicating copy to clipboard operation
vscode-vlang copied to clipboard

Does not follow VSCode standards

Open Hezkore opened this issue 4 years ago • 5 comments

Is there a reason the extension doesn't follow VSCode standards? For example, the task system goes unused in favor for custom "run" and "build" commands.

Hezkore avatar Mar 18 '21 08:03 Hezkore

Nobody has been working on the vscode extension for a long time so it maybe outdated with the standards. The main focus is on stabilizing the Language Server and the Language itself :smile:

Delta456 avatar Mar 18 '21 08:03 Delta456

Is there a reason the extension doesn't follow VSCode standards? For example, the task system goes unused in favor for custom "run" and "build" commands.

The V VSCode extension was originally built by some user in the early ages and was recently adopted as the official extension for VSCode. Currently, we don't have enough resources and time to study and implement the extension in a standardized manner. If you are concerned about it, feel free to contribute. This is open source after all. :smiley:

nedpals avatar Mar 18 '21 10:03 nedpals

I was the last one that worked on it. Could you provide examples where it doesn't follow the standard? I have no experience so far.

danieldaeschle avatar Apr 03 '21 14:04 danieldaeschle

On example was listed in the original post...

"For example, the task system goes unused in favor for custom "run" and "build" commands."

JalonSolov avatar Apr 03 '21 15:04 JalonSolov

That might be a small change..

danieldaeschle avatar Apr 04 '21 12:04 danieldaeschle