-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Fix workspace discovery of folders without corral.json | ||
|
||
Now every folder not inside a folder having a `corral.json`, but with a `main.pony` is now properly discovered | ||
as a workspace by the language server. A workspace is a sub-project inside the folder opened in the editor. | ||
The Pony language server can only work with folders marked as workspaces. | ||
|
||
## Properly discover all packages of a program | ||
|
||
Previously the Language server was only discovering packages mentioned in `corral.json` as packages and dependencies. Now it is considering all packages being part of a program and creating internal data-structures for them. `corral.json` is now only used for discovery of workspaces and populating the programs dependencies. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters