We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9665aa commit 44331f3Copy full SHA for 44331f3
1 file changed
docs/psoc6/integrations/deepcraft_integration.rst
@@ -134,10 +134,11 @@ Setup & Installation
134
- Navigate to ``External Tools``.
135
- Click ``New Row`` to add a custom command to the file context menu.
136
- Set the following parameters::
137
- - File Filter: `*.py`
138
- - Console: Cmd (keep)
139
- - Confirm Dialog: ✅ Checked
140
- - Command: python "path to deepcraft_micropython_converter script" ; where python is the interpreter and expected to be installed in your environment
+
+ File Filter: *.py
+ Console: Cmd (keep)
+ Confirm dialog: Checked
141
+ Command: python "path to deepcraft_micropython_converter script" ; where python is the interpreter and expected to be installed in your environment
142
143
.. image:: img/deployment_script_addition.png
144
:width: 800px
0 commit comments