pull/320/merge
Santhoshkumar. P 3 years ago committed by GitHub
commit 1b5430c0d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,6 +67,9 @@ class ToolsForPowershell(_Devtools):
class ToolsForVisualStudio(_Devtools): class ToolsForVisualStudio(_Devtools):
_icon = "tools-for-visual-studio.png" _icon = "tools-for-visual-studio.png"
class Debugger(_Devtools):
_icon = "debugger.png"
# Aliases # Aliases

@ -60,6 +60,7 @@ Node classes list of gcp provider.
- **diagrams.gcp.devtools.ToolsForEclipse** - **diagrams.gcp.devtools.ToolsForEclipse**
- **diagrams.gcp.devtools.ToolsForPowershell** - **diagrams.gcp.devtools.ToolsForPowershell**
- **diagrams.gcp.devtools.ToolsForVisualStudio** - **diagrams.gcp.devtools.ToolsForVisualStudio**
- **diagrams.gcp.devtools.Debugger**
## gcp.iot ## gcp.iot

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Loading…
Cancel
Save