Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@hiroakit
Created April 23, 2020 02:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiroakit/a2de012288ac61c27725b21cb037d424 to your computer and use it in GitHub Desktop.
Save hiroakit/a2de012288ac61c27725b21cb037d424 to your computer and use it in GitHub Desktop.
VS Code拡張機能Autodesk Forge Tools用にForgeの認証情報をサクッと書くためのプレースホルダー。
{
"autodesk.forge.environments": [
{
"title" : "my environment",
"clientId": "my client id",
"clientSecret": "my client secret",
"region": "US"
}
]
}
@hiroakit
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment