Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ServiceManagerExtNew to Visual Studio Code? Get it now.
ServiceManagerExt

ServiceManagerExt

shaazcs

|
6 installs
| (0) | Free
Fetch Tenant's DB credentials from Service Manager containers
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Service Manager Extension

To fetch Tenant's DB credentials extension requires below input:

  1. Service Manager Instances' client id
  2. Service Manager Instances' client secret
  3. Environment (e.g eu20)
  4. Org (e.g dm-internal-azure)
  5. Tenant's Id

Dev Setup

  1. Latest node, npm
  2. Execute "npm install" (for ./node_modules/ directory)
  3. Acquire esbuild by executing command "npm i --save-dev esbuild"
  4. Execute "npm run compile" (for ./dist/ directory)
  5. For running : Open extension.ts and press F5

Publishing

Installable VSIX format

  1. npm install -g @vscode/vsce
  2. "cd" to root folder and execute "vsce package".
  3. service-manager-ext-0.0.1.vsix generated
  4. Execute "vsce publish" to publish.
  5. ssh_vs_ext.service-manager-ext-0.0.1 published to VS Code Marketplace

Rough How to retain values in vscode extension files

Todo

  • For publishing "https://code.visualstudio.com/api/working-with-extensions/publishing-extension#create-a-publisher"
  • Test for edge cases
  • Test cases
  • Security
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft