Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

fix for absolute file path in window #12

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ out
node_modules
.vscode-test/
*.vsix
yarn-error.log
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/src/vs/**/*
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"out": true // set this to false to include "out" folder in search results
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off"
"typescript.tsc.autoDetect": "off",
"editor.detectIndentation": false
}
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Changelog

## 1.1.0 (Aug 26, 2018)
- Allow user to specify empty value as `testDirectoryName` configuration option. (#5)

- Allow user to specify empty value as `directoryName` configuration option. (#5)

## 1.0.1 (Aug 08, 2018)

- Do not add extra curly braces while replacing placeholders. (#4)

## 1.0.0 (July 01, 2018)
- Initial release

- Initial release
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vscode-create-tests
vscode-file-generator

MIT License

Expand Down
391 changes: 327 additions & 64 deletions README.md

Large diffs are not rendered by default.

939 changes: 0 additions & 939 deletions package-lock.json

This file was deleted.

Loading