stevedlawrence commented on code in PR #363:
URL: https://github.com/apache/daffodil-vscode/pull/363#discussion_r1043561077
##########
package.json:
##########
@@ -1,8 +1,8 @@
{
"name": "apache-daffodil-vscode",
- "displayName": "Apache Daffodil VS Code Extension",
- "description": "VS Code extension for Apache Daffodil DFDL schema
debugging",
- "version": "1.2.0-SNAPSHOT",
+ "displayName": "Apache Daffodil™ Extension for Visual Studio Code",
+ "description": "Apache Daffodil™ Extension for Visual Studio Code
providing DFDL syntax highlighting, DFDL code completion, DFDL schema
debugging, and data editor",
+ "version": "1.3.0-SNAPSHOT",
Review Comment:
A little trick to ensure we don't accidentally push to this remote is to do
something like this (assuming the name of your remote that points to
apache/daffodil-vscode is `asf`):
```
git config remote.asf.pushurl "push to apache/daffodil-vscode disabled"
```
This is a bit of a hack, but it makes it so if you ever do try to push to
the asf remote you'll get an error about not the push remote not being a
repository.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]