This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Language server for VS Code? #58
Comments
Hey James! Just wanted to let you know that I've released a new Atom package called ide-powershell which hooks up PowerShell Editor Services (the PowerShell language server) to Atom IDE. I'm using language-powershell as a dependency for the PowerShell syntax grammar and snippets :) |
Oh this is great! I’ve been meaning to investigate the language server.
I’ll take a look and see what’s involved to integrate into this and I’m
sure to be back with questions!
…On Fri, Jan 19, 2018 at 9:57 AM David Wilson ***@***.***> wrote:
Hey James! Just wanted to let you know that I've released a new Atom
package called ide-powershell <https://github.com/daviwil/ide-powershell>
which hooks up PowerShell Editor Services
<https://github.com/PowerShell/PowerShellEditorServices> (the PowerShell
language server) to Atom IDE <https://ide.atom.io>. I'm using
language-powershell as a dependency for the PowerShell syntax grammar and
snippets :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#58 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAOh_8z1NokieW6Qh2WhwF3g7eECc5Svks5tMK1ggaJpZM4MTGKk>
.
|
Or, I should be able to point people to this instead of my package 😉
… Oh this is great! I’ve been meaning to investigate the language server.
I’ll take a look and see what’s involved to integrate into this and I’m
sure to be back with questions!
On Fri, Jan 19, 2018 at 9:57 AM David Wilson ***@***.***>
wrote:
> Hey James! Just wanted to let you know that I've released a new Atom
> package called ide-powershell <https://github.com/daviwil/ide-powershell>
> which hooks up PowerShell Editor Services
> <https://github.com/PowerShell/PowerShellEditorServices> (the PowerShell
> language server) to Atom IDE <https://ide.atom.io>. I'm using
> language-powershell as a dependency for the PowerShell syntax grammar and
> snippets :)
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#58 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAOh_8z1NokieW6Qh2WhwF3g7eECc5Svks5tMK1ggaJpZM4MTGKk>
> .
>
|
Not instead of, in addition to :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i wonder if this is what's planned for the future: https://code.visualstudio.com/docs/extensions/example-language-server#_implement-your-own-language-server
The text was updated successfully, but these errors were encountered: