vscode-just
VSCode syntax highlighting for just files
File Explorer
Download Latest Version (.zip)- devcontainer.json
- ci.yml
- dependabot.template..yml
- pull_request_template.md
- extensions.json
- launch.json
- settings.json
- tasks.json
- example.just
- example.png
- robot.png
- extension.test.ts
- const.ts
- extension.ts
- format.ts
- genScopes.ts
- launcher.ts
- logger.ts
- lsp.ts
- recipe.ts
- tasks.ts
- types.ts
- utils.ts
- JavaScript.tmLanguage.json
- MagicPython.tmLanguage.json
- MagicRegExp.tmLanguage.json
- perl.tmLanguage.json
- perl6.tmLanguage.json
- ruby.tmLanguage.json
- shell-unix-bash.tmLanguage.json
- TypeScript.tmLanguage.json
- command_evaluation.just
- command_evaluation.just.snap
- embedded.just
- embedded.just.snap
- embedded_language_bounds.just
- embedded_language_bounds.just.snap
- builtins.just
- builtins.just.snap
- constants.just
- constants.just.snap
- general.just
- general.just.snap
- multi-line-constructs.just
- multi-line-constructs.just.snap
- recipe-attributes.just
- recipe-attributes.just.snap
- recipe-content.just
- recipe-content.just.snap
- recipe-definition.just
- recipe-definition.just.snap
- conditionals.just
- conditionals.just.snap
- interpolation.just
- interpolation.just.snap
- strings.just
- strings.just.snap
- settings.just
- settings.just.snap
- variables.just
- variables.just.snap
- just.tmLanguage.json
- just.tmLanguage.yml
- scopes
- .dockerignore
- .gitattributes
- .gitignore
- .prettierignore
- .prettierrc.yaml
- .vscode-test.mjs
- .vscodeignore
- CHANGELOG.md
- CONTRIBUTING.md
- docker-compose.yml
- Dockerfile
- eslint.config.mjs
- justfile
- language-configuration.json
- LICENSE
- package.json
- README.md
- tsconfig.json
- webpack.config.mjs
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/nefrob/vscode-just
Downloads the entire project code from GitHub to your computer.
cd vscode-just
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
