VS Code拡張機能Autodesk Forge Tools用にForgeの認証情報をサクッと書くためのプレースホルダー。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"autodesk.forge.environments": [ | |
{ | |
"title" : "my environment", | |
"clientId": "my client id", | |
"clientSecret": "my client secret", | |
"region": "US" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
VS Code拡張機能Autodesk Forge Tools
https://marketplace.visualstudio.com/items?itemName=petrbroz.vscode-forge-tools
上記ツールを紹介しているAutodesk Forgeのブログ記事
https://forge.autodesk.com/blog/forge-visual-studio-code