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

Attempt to support vscode extensions. #206

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

nc6
Copy link
Contributor

@nc6 nc6 commented Jun 13, 2024

VSCode now allows for workspace local extensions. This would be really cool to support in organist, so you can specify e.g. that you would want a certain expression for working on this project:

  vscode = {
    extensions = {
      "nickel" = {
        publisher = "Tweag",
        name = "nickel",
        version = "0.3.0",
        sha256 = "sha256-OntQfxh51B3x92IE4y62bw8csBGukqUzmUJIr/rGioU=",
      },
    },
  },

This PR isn't working yet, but pushing here for help in debugging!

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.

1 participant