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

Updates for NET 7 and Fable 4. #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mabasic
Copy link

@mabasic mabasic commented Feb 26, 2023

@alfonsogarciacaro I've updated this example repository for NET 7 and Fable 4. I've tested it and it works for now. Any estimate when Fable 4 will be released?

Now you will get a similar experience as with yo code.

I think that we have to mention on the Fable website that people can write VS Code extensions using F#. This could be a killer feature to have highlighted. We also need to provide a link to this example repository or even better a template for dotnet; something like "fable.vscode-extension" on the home page of Fable.

What do you think? Do you want me to make a PR for this?

@mabasic
Copy link
Author

mabasic commented Feb 26, 2023

@alfonsogarciacaro One question:

I have tried using Fable.Import.VSCode but got some error regarding missing PromiseLike in Fable.Core or something like that. Then I realized that that package is very old (2017) and only then have I found this repository where you are using a version from ionide/ionide-vscode-helpers NPM package. ../node_modules/ionide-vscode-helpers/src/Fable.Import.VSCode.fs.

Why don't we update the package with the code from that file or remove one or point to something?

@MangelMaxime
Copy link
Member

I think that we have to mention on the Fable website that people can write VS Code extensions using F#. This could be a killer feature to have highlighted.

The truth is that Fable can be used anywhere JavaScript is used.

I think that https://fable.io/ documentation is written in a general way (not specific to Browser, Node.js, Deno, etc.).

Can you please open an issue on Fable docs repository if you want to discuss about it? And explains the changes you have in mind?

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.

None yet

2 participants