Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 536 Bytes

02 Configuration.md

File metadata and controls

33 lines (26 loc) · 536 Bytes

Configurations

Settings

Settings are all json-files, put an a specific place with a specific filename:

  • workspace
  • user

Examples:

  • Zoom
  • Theme
  • CodeLens

Language-specific settings: "[al]": { "editor.codeLens": false }

Keyboard Shortcuts

again, a json file.

Make it your familiar editor: F3 - Insert Line F4 - Delete Line

App and launch

app.json launch.json

Snippets

User Snippets

You can find all the Microsoft-al-snippets in your user profile: %userprofile%\.vscode\extensions\Microsoft.al-0...