Skip to content

Commit 8498183

Browse files
committed
Update README
1 parent 7facf3d commit 8498183

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ If you have MATLAB R2021a or later installed on your system, you have access to
3030
* Code navigation
3131
* Code analysis, such as continuous code checking and automatic fixes
3232
* Code outline
33+
* Symbol renaming
3334

3435
![MATLAB Extension Demo](public/AdvancedFeatures.gif)
3536

@@ -78,7 +79,10 @@ Note: Some functionality is available only with MATLAB running in the background
7879
### MATLAB Telemetry Setting
7980
You can help improve the extension by sending user experience information to MathWorks®. By default, the extension sends user experience information to MathWorks. To disable sending information, set the `matlab.telemetry` setting to `false`.
8081

81-
For more information, see the [MathWorks Privacy Policy](https://www.mathworks.com/company/aboutus/policies_statements.html).
82+
For more information, see the [MathWorks Privacy Policy](https://www.mathworks.com/company/aboutus/policies_statements.html).
83+
84+
### MATLAB Show Feature Not Available Error
85+
By default, the extension displays an error when a feature requires MATLAB and MATLAB is unable to start. To not display an error, set the `matlab.showFeatureNotAvailableError` setting to `false`.
8286

8387
## Troubleshooting
8488
If the MATLAB install path is not properly configured, you get an error when you try to use certain advanced features, such as document formatting and code navigation.

0 commit comments

Comments
 (0)