DynamicsNAVSCM
DynamicsNAVSCM copied to clipboard
Extension for VSCode that makes managing Dynamics NAV source code easier
vscode-dynamics-nav README
Links
- Checkout the wiki to see how to make it work currently.
- Install directly in vscode:
ext install dynamics-nav-scm
- VSCode Marketplace
Features
Easy create a local Microsoft Dynamics NAV environment. Optimised for usage with git.
Requirements
- Visual Studio Code
- Git
- Windows
- PowerShell 5.0
-
SQL Server named
MSSQLSERVER
- Visual Studio Code running as administrator
Folder Structure
root/
├── modified/ --modified Object files, splitted.
│ └── *.txt
├── delta/ --delta Object files, splitted.
│ └── *.txt
├── addin/ --Add-ins for your solution. DLL files.
│ └── *.dll
├── reportlayouts/ --RDLC and Word layouts for your solution
│ └── *.rdlc
├── addinresources/ --Add-in resources, zip-files for your add-in.
│ └── *.zip
└── original/ --Original objects files, splitted. Should be your base version. Modified files only.
└── *.txt
Run as admin
Build from source
Requirements
- Node.js
- gulp
Optional
- Publishing/signing:
npm install -g vsce
Authors
- Jens Rasmus Rasmussen - Elbek & Vejrup
- Jonas B. Andersen - Elbek & Vejrup
- Morten Braemer Jensen - Elbek & Vejrup
- Soren Klemmensen - Cloud Ready Software