You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored the extension's newPackage command to separate error handling for directory and file creation, providing more specific error messages. Also updated the default file content in package.json to include a newline.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
"properties": {
30
30
"newPackage.fileContent": {
31
31
"type": "string",
32
-
"default": "export {};",
32
+
"default": "export {};\n",
33
33
"markdownDescription": "Default content for the created file.\nSupported variables:\n- `${fileName}` - The file name\n- `${packageName}` - The package name",
0 commit comments