I have succesfully been using VS Code for a few months to edit configuration files in Marlin. However, I now find I cannot edit code at all, and I don't understand why. I have tried reinstalling VS Code, but no change. As a work around, I have used Arduino IDE to edit the files, then because I have a 32 bit controller (SKR 1.4 Turbo), I used VS Code to build. Can anyone tell me what might be preventing me from using VS Code as an editor?
1
There are 1 best solutions below
Related Questions in EDITING
- What's the quickest way to perform convolution in multiple images stored in numpy arrays, in python?
- What is the best way of giving my customer the opportunity to edit the content of his website (React) by himself?
- how can i update an array with new values? C#
- How to edit an ABAP project of "program" object category when I receive the message that its "package is missing"?
- How to change the color of an image in photoshop
- How to avoid problems when saving edits in Geopackages from QGIS
- Matlab multi cursor key doesn't work for Mac
- Unexpected behaviour of Neovim in insert mode when executing many key-bindings
- REGEX To Find Acronyms Outside of Parenthesis
- How do i remove a number that is at the end of each line in a text file?
- Vi(m): How to read file into exact possition in buffer
- How can I get this paragraph 1 to look like paragraph 2 .. any shortcut ? don't want to edit manually
- In DB Browser for SQLite, How DO I Save An Edited FIle Without Changing Its Format?
- Basecamp document editing lost
- Audio Editing using Python
Related Questions in LPC
- C - Call embedded "BIOS" code from User code
- Can’t read data from the accelerometer (ISM330DLC) connected to the microcontroller (LPC824) via SPI
- How can praat get formant data from audio?
- Unable to find root cause why i am unable to program the LPC54606 microcontroller
- Lpc2148 UART0 - code doesnt enter the interrupt handler
- I need help to init and run timer for LPC17XX
- LPC1768 Programming in keil
- LPC1225 UART Tx works, but Rx does not
- Division Using Shift In Assembly Language
- EXC_RETURN does not work in PendSV on ARM Cortex-M3
- Can I use the external nor flash as program memory and data storage at the same time?
- Is there any way to make a Excel file without FAT format (in RL-ARM libraries)?
- Unable to edit configuration files in Marlin
- LPC18S37 pin configuration
- aarch64-linux-gnu/bin/ld: cannot find -lpcap
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
This can be because you project located at path, where VScode don't have permissions to edit files (for example somewhere at
C:\Program Files\Arduino). To fix this you can move your marlin project to "neutral waters" like yourDocumentsfolder or (not suggested) launch VScode with admin rights (right click on vscode shortcut -> Run as administrator)