Skip to content

Repository files navigation

VSCode Septic

Repo for the VSCode Septic Extension with a monorepo structure.

Development

Node is required for development and can be installed by using node version manager. After installation install node version 22 and select that version by running:

nvm install 22
nvm use 22

Nvm also installs npm.

pnpm is used as package manager for the project and manage the workspaces. To install:

npm install -g pnpm

After installing pnpm install all packages by running the following command in the root:

pnpm install

All packages can be built by running the following command from in the root:

pnpm -r build

Septic is a dependency for the VSCode extension. A built package setup using workspace and project references is used to manage dependencies between the different packages in the workspace (some info can be found here).

Before developing the septic package, run the following command in a seperate termninal to ensure that the latest updates are included when running the extension:

pnpm dev

About

Extension for Visual Studio Code to support the Septic config file format.

Resources

Security policy

Stars

6 stars

Watchers

4 watching

Forks

Releases

Used by

Contributors

Languages