-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Issue #59: How to register a custom mapper with a complex file extension ATTENTION: complex extensions should be escaped in the config file with `/` character due to the VSCode limitations of not handling dots in the config names correctly. IE the mapper configuration for `document.git.md` file should be encoded in the setting.jeson as ` "codemap.git/md": "config:codemap.md",`
- Loading branch information
1 parent
552a4e2
commit 97ad8d9
Showing
4 changed files
with
52 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ node_modules | |
*.vsix | ||
*.MB | ||
*.py | ||
test.cs | ||
test.cs | ||
test.r |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters