-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSources.txt
More file actions
27 lines (18 loc) · 1.01 KB
/
Sources.txt
File metadata and controls
27 lines (18 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
https://www.robinwieruch.de/react-function-component
// if (args == null) {
// args = { _fsPath: vscode.workspace.rootPath };
// }
// let incomingpath: string = args._fsPath;
https://code.visualstudio.com/api/references/contribution-points#contributes.views
https://code.visualstudio.com/api/references/contribution-points#contributes.commands
https://www.red-gate.com/simple-talk/dotnet/net-development/writing-vs-code-extensions-typescript/
explorerResourceIsFolder
explorerViewletFocus
https://github.com/ricardoemerson/create-react-tsx-component
https://code.visualstudio.com/api/references/contribution-points
https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts
explorerViewletVisible True if Explorer view is visible.
explorerViewletFocus True if Explorer view has keyboard focus.
filesExplorerFocus True if File Explorer section has keyboard focus.
openEditorsFocus True if OPEN EDITORS section has keyboard focus.
explorerResourceIsFolder True if a folder is selected in the Explorer.