Inside a subfolder called .vscode, a file is created called launch.json that defines the connection to your Business Central sandbox:
- name: For documentation purposes only. You can put the name of your project here. The content of this property does not affect the behavior.
- server: This contains a URL to the development endpoint of your sandbox.
- serverInstance: A server can have multiple instances.
- authentication: This can be UserPassword, AAD, or Windows. The default is UserPassword.
- startupObjectId: This option determines which object is executed when the project is published.
- startupObjectType: This allows a switch between executing a table or a page upon publishing.