You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-18Lines changed: 13 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# <spanid="visual-studio-code-extension-for-autocad®-autolisp">Visual Studio Code Extension for AutoCAD® AutoLISP<span>
2
2
3
-
[中文简体](#autocad®-autolisp-visual-studio-code-扩展)
3
+
[简体中文](#autocad®-autolisp-visual-studio-code-扩展)
4
4
5
5
This extension adds support for AutoCAD AutoLISP source (LSP) files to Visual Studio Code. It allows you to edit and debug your lisp programs with AutoCAD 2021.
6
6
For information on creating lisp programs for AutoCAD with the AutoLISP programming language, see the:
@@ -40,7 +40,7 @@ Your feedback is highly appreciated! Should you have any suggestions, please cre
40
40
* Find & Search in a project
41
41
42
42
## Getting started
43
-
- Step 1. Install a supported AutoCAD release on your system.
43
+
- Step 1. Install a supported AutoCAD release on your system.
44
44
- Step 2. Install this extension.
45
45
- Step 3. Open a folder that contains the AutoLISP source (LSP) files you want to work on. Or open an Autolisp project file via VSCODE side bar.
46
46
- Step 4. Open a LSP file to modify or debug.
@@ -59,7 +59,7 @@ Windows | Mac | Linux |
59
59
## How to use the extension
60
60
To debug an AutoLISP source file:
61
61
1. Open a LSP file.
62
-
2. Click Run > Start Debugging (or press F5).
62
+
2. Click Run > Start Debugging (or press F5).
63
63
3. Then choose one of the following debug configurations:
64
64
* AutoLISP Debug: Launch – Launches a new instance of the AutoCAD application to debug the current LSP file.
65
65
* AutoLISP Debug: Attach – Allows you to attach to a running instance of the AutoCAD application to debug the current LSP file.
@@ -87,16 +87,15 @@ Example (on Mac OS):
87
87
For more information, see the [documentation online](https://www.autodesk.com/autolisp-extension).
88
88
89
89
## Notes
90
-
91
-
1. Other AutoLISP extensions may conflict with this extension. If you are unable to set a breakpoint in a LSP file or you can’t use the launch/attach debug configurations, you should disable or uninstall all other AutoLISP extensions.
92
-
2. When using this extension on Mac® OS, the "Launch Program" attribute in extension setting should be ".../AutoCAD <release>.app/Contents/MacOS/AutoCAD" rather than the absolute path of AutoCAD <release>.app.
93
-
3. For AutoCAD specialized toolsets or OEM-based products, the product name might not be the same as AutoCAD or acad.exe. To use this extension with those products, set the value of the "Launch Program" attribute in extension setting based on the product you want to debug with.
94
-
4. If you launch AutoCAD as an administrator, you should start Microsoft Visual Studio Code as an administrator as well. Otherwise, Microsoft Visual Studio Code will be unable to locate the AutoCAD process for attach debug.
90
+
1. Other AutoLISP extensions may conflict with this extension. If you are unable to set a breakpoint in a LSP file or you can’t use the launch/attach debug configurations, you should disable or uninstall all other AutoLISP extensions.
91
+
2. When using this extension on Mac® OS, the "Launch Program" attribute in extension setting should be ".../AutoCAD <release>.app/Contents/MacOS/AutoCAD" rather than the absolute path of AutoCAD <release>.app.
92
+
3. For AutoCAD specialized toolsets or OEM-based products, the product name might not be the same as AutoCAD or acad.exe. To use this extension with those products, set the value of the "Launch Program" attribute in extension setting based on the product you want to debug with.
93
+
4. If you launch AutoCAD as an administrator, you should start Microsoft Visual Studio Code as an administrator as well. Otherwise, Microsoft Visual Studio Code will be unable to locate the AutoCAD process for attach debug.
To learn more about Autodesk’s online and offline privacy practices, please see the [Autodesk Privacy Statement](https://www.autodesk.com/company/legal-notices-trademarks/privacy-statement).
101
100
102
101
### Trademarks
@@ -105,7 +104,6 @@ The license does not grant permission to use the trade names, trademarks, servic
105
104
All other brand names, product names or trademarks belong to their respective holders.
106
105
107
106
### Third-Party Trademarks, Software Credits and Attributions
108
-
109
107
See [here](NOTICE.md).
110
108
111
109
# <spanid="autocad®-autolisp-visual-studio-code-扩展">AutoCAD® AutoLISP Visual Studio Code 扩展</span>
To learn more about Autodesk’s online and offline privacy practices, please see the [Autodesk Privacy Statement](https://www.autodesk.com/company/legal-notices-trademarks/privacy-statement).
216
212
217
213
### Trademarks
218
214
The license does not grant permission to use the trade names, trademarks, service marks, or product names of Autodesk, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of any notice file. Autodesk, the Autodesk logo, AutoCAD and AutoLISP are registered trademarks or trademarks of Autodesk, Inc., and/or its subsidiaries and/or affiliates in the USA and/or other countries. All other brand names, product names, or trademarks belong to their respective holders. Autodesk is not responsible for typographical or graphical errors that may appear in this document.
219
215
220
216
All other brand names, product names or trademarks belong to their respective holders.
221
217
222
218
### Third-Party Trademarks, Software Credits and Attributions
0 commit comments