chore: add note about VSCode no longer working
This commit is contained in:
parent
42b1733d02
commit
2a928b0879
1 changed files with 2 additions and 2 deletions
|
@ -57,9 +57,9 @@ spewed in the root directory and are instead contained within a gitignored folde
|
|||
|
||||
## Using an IDE
|
||||
|
||||
This project is mainly setup and developed to use [VSCode](https://code.visualstudio.com/) for development. You're free
|
||||
~~This project is mainly setup and developed to use [VSCode](https://code.visualstudio.com/) for development. You're free
|
||||
to use any other IDE that you're accustomed to (if any), but by using VSCode, you get the benefit of predefined tasks
|
||||
and launch commands as well as a list of extensions recommended for the project.
|
||||
and launch commands as well as a list of extensions recommended for the project.~~ VSCode no longer works well after the upgrade to be part Kotlin. Until fixed, it's recommended to use IntelliJ.
|
||||
|
||||
We also provide some base project files for [IntelliJ IDEA](https://www.jetbrains.com/idea/) so that if you use that,
|
||||
you should get access to our base project files which contain correct launch tasks for testing the application as well
|
||||
|
|
Loading…
Reference in a new issue