ERROR It seems the README.md still contains template text.
jakbin opened this issue · 1 comments
jakbin commented
This is my README.md file
# Arduino AutoComplete Extension
An Arduino IDE plugin that finds all variable names in your `.ino` or `.cpp` file and provides auto-suggestions as you type.
## Features
- Automatically detects all declared variables in the current file.
- Provides IntelliSense-style auto-suggestions for variables when typing.
- Supports basic Arduino data types such as `int`, `float`, `char`, `double`, `bool`, and `String`.
## How to Install
1. Download the `.vsix` file from the releases page.
2. Open Arduino IDE 2.x or VS Code.
3. Navigate to `Extensions` and install the extension manually.
## How to Use
1. Open any `.ino` or `.cpp` file in Arduino IDE 2.x.
2. Start typing variable names to see auto-suggestions.
## Future Improvements
- Support for detecting custom variable types and libraries.
- Improve scope awareness for variable suggestions.
And still i am getting this error
Executing prepublish script 'npm run vscode:prepublish'...
> autocomplete@0.0.1 vscode:prepublish
> npm run compile
> autocomplete@0.0.1 compile
> tsc -p ./
ERROR It seems the README.md still contains template text. Make sure to edit the README.md file before you package or publish your extension.
Even i don't want to publish it. I am just making it for my learning and experiment. I am using @vscode/vsce@3.2.0
this version.
benibenj commented
Is this the entire readme file? Do you have another readme file in that repository?
Our check is very simple. We check if a file contains the following default text in it: This is the README for your extension
. If se we throw this error. Search for this string in your repository to see which file has includes this. It might be a different file such as the changelog file