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

feat: Add enterprise mode support #141

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

consoleaf
Copy link
Contributor

@consoleaf consoleaf commented Feb 8, 2024

Hi! I made this based on how the Visual Studio extension launches the language server. Seems to work on my setup, any feedback would be greatly appreciated. Thanks!

Addresses #113

@consoleaf consoleaf changed the title Add enterprise mode support feat: Add enterprise mode support Feb 8, 2024
@fortenforge
Copy link
Contributor

Nice work!

@fortenforge fortenforge self-requested a review February 8, 2024 20:11
@fortenforge fortenforge merged commit 42f9f19 into Exafunction:main Feb 8, 2024
1 check passed
fortenforge added a commit that referenced this pull request Feb 8, 2024
fortenforge added a commit that referenced this pull request Feb 8, 2024
@fortenforge
Copy link
Contributor

Had to revert this as it caused #142

can you verify that this works even if you don't configure api? / are using codeium free

@lessthanseventy
Copy link

Had to revert this as it caused #142

can you verify that this works even if you don't configure api? / are using codeium free

#142 (comment)

I'm still having issues even after the revert. Is it possibly something else?

@consoleaf
Copy link
Contributor Author

Could you provide your config for reproduction?

@consoleaf
Copy link
Contributor Author

Also yes, I will test this more extensively tomorrow and report back.

@lessthanseventy
Copy link

https://github.com/lessthanseventy/launch_scout.nvim/blob/8714eef087d0ffd7ef6d08dc4b0ca635e96372d9/lua/plugins/lsp/init.lua#L280

  {
    "jcdickinson/codeium.nvim",
    dependencies = {
      "nvim-lua/plenary.nvim",
    },
    config = function()
      require("codeium").setup({
        tools = {
          language_server = "/usr/local/bin/codeium",
        },
      })
    end,
  },

happens with and without the tools config.

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

Successfully merging this pull request may close these issues.

3 participants