Created
April 23, 2020 02:59
-
-
Save hiroakit/a2de012288ac61c27725b21cb037d424 to your computer and use it in GitHub Desktop.
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