Skip to content

Commit fafdfe3

Browse files
committed
Add .nvmrc, .prettierignore, icon; Remove vsc quickstart guide
1 parent 62e72b9 commit fafdfe3

6 files changed

+13
-49
lines changed

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lts/*

.prettierignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
dist/
2+
node_modules
3+
webview-ui/build/
4+
CHANGELOG.md

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
All notable changes to the "claude-dev" extension will be documented in this file.
44

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5+
<!-- Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -->
66

77
## [Unreleased]
88

9+
## [0.0.7]
10+
11+
-
12+
13+
## [0.0.6]
14+
915
- Initial release

icon.png

4.75 KB
Loading

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"displayName": "Claude Dev",
44
"description": "Autonomous software engineer right in your IDE, capable of reading/writing files, executing commands, and more with your permission every step of the way.",
55
"version": "0.0.6",
6+
"icon": "icon.png",
67
"engines": {
78
"vscode": "^1.84.0"
89
},

vsc-extension-quickstart.md

-48
This file was deleted.

0 commit comments

Comments
 (0)