Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>AL Language BasicDevKitNew to Visual Studio Code? Get it now.
AL Language BasicDevKit

AL Language BasicDevKit

Vincent Untiedt

|
2 installs
| (0) | Free
Complete Extension pack for basic AL Language development in Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Basic Extension Pack

This is a minimal VS Code extension pack.

What this package does

  • Installs all extension IDs listed in extensionPack.
  • Requires extension IDs listed in extensionDependencies to exist when your extension is installed.

Add more extensions

Open package.json and add IDs to either:

  • extensionPack: extensions that should be installed as part of this pack.
  • extensionDependencies: required dependencies for your extension.

Example:

"extensionPack": [
  "dbaeumer.vscode-eslint",
  "esbenp.prettier-vscode"
]

Use IDs in the form publisher.extension-name.

Package it

npm install -g @vscode/vsce
vsce package

This creates a .vsix file you can install or publish.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft