Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Studio Code extension doesn't work #25

Open
Markproveau opened this issue Apr 15, 2017 · 7 comments
Open

Visual Studio Code extension doesn't work #25

Markproveau opened this issue Apr 15, 2017 · 7 comments
Assignees

Comments

@Markproveau
Copy link

The extension doesn't show up in VScode after placing the LSL folder in my extensions directory (which does contain all the other extensions I've installed)

I have the newest VScode version. It might be my fault, I'm a VScommunity 2015 user and this is my first time using VSCode. but all the other extensions I installed showed up, with similar file structure in those folders, but the LSL extension has no effect on VSCode when I open a .lsl file. and it doesn't show up in my extensions list in VSCode either.

@buildersbrewery buildersbrewery self-assigned this May 11, 2017
@buildersbrewery
Copy link
Owner

I'll look into this when I have time. I previously had this issue which was fixed then in

4f73668

Will report back here when appropriate.

@buildersbrewery
Copy link
Owner

buildersbrewery commented Sep 28, 2017

@Markproveau Could you check whether the current state of files works for you?


Currently working through these:


Still want to add:

@BoxximusPrime
Copy link

Also having this issue. Using Visual Studio Code version 1.17.0.

@buildersbrewery
Copy link
Owner

@BoxximusPrime

Currently I'm not too familiar with vscode and how to make things work there. Also, I'll have to check if generating binaries is mandatory or not through their generator.

In the meantime though you could have a look at @ebickle's lsl-vscode plugin. I sent him a pull request earlier this week with some updates.

@ebickle
Copy link

ebickle commented Oct 7, 2017

I had some issues with the VSCode LSL logic awhile back and ended up creating my own plugin from scratch. Never could quite figure out what was wrong with the code in buildersbrewery, likely some breaking change VSCode made along the way.

At some point I'm hoping to put in a proper LSL Language service into the plugin to get first-class support for documentation and code completion ("intellisense"), but its a lot of heavy lifting and quite a ways off.

@buildersbrewery
Copy link
Owner

@ebickle did you start with the language service? If you have the code, I could start adding the full LSL data, which I have here locally.

@night-herons
Copy link

@strawberryangel current VSCode does not seem to be able to activate it by placing it directly in the extensions folder.
You need to run vsce package from a terminal to create a VSIX installation package for the extension and then install it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants