-
Notifications
You must be signed in to change notification settings - Fork 70
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
5 changed files
with
40 additions
and
36 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 |
---|---|---|
@@ -1,16 +1,19 @@ | ||
# Workspace overview | ||
|
||
Depending on the selection during the project generation you will have one or more packages contained in the packages directory. Check the : | ||
Depending on the selection during the project generation you will have one or more packages contained in the packages directory. | ||
Please check the specific projects here: | ||
|
||
- [packages/language](./packages/language/README.md) is always available and contains the language definition. | ||
- [packages/language](./packages/language/README.md) This package is always available and contains the language definition. | ||
- [packages/cli](./packages/cli/README.md) *Optional* Is only available if you chose to use the command-line interface. | ||
- [packages/extension](./packages/extension/langium-quickstart.md) *Optional* Contains the VSCode extension if you chose to create it. | ||
- [packages/web](./packages/web/README.md) *Optional* if selected contains the language server running in a web browser and a monaco-editor with language support similar to the onm from VSCode. | ||
- [packages/web](./packages/web/README.md) *Optional* If selected contains the language server running in a web browser and a monaco-editor with language support similar to the onm from VSCode. | ||
|
||
## What's in the folder? | ||
|
||
- [.eslintrc.json](.eslintrc.json) - Configuration file for eslint | ||
- [.gitignore](.gitignore) - Files ignored by git | ||
Some file are contained in the root directory as well. | ||
|
||
- [package.json](./package.json) - The manifest file the main workspace package | ||
- [tsconfig.json](./tsconfig.json) - The base TypeScript compiler configuration | ||
- [tsconfig.build.json](./package.json) - Configuration used to build the complete source code. | ||
- [.eslintrc.json](.eslintrc.json) - Configuration file for eslint | ||
- [.gitignore](.gitignore) - Files ignored by git |
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
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
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
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