britt
10/26/2020, 11:19 PMmaster
... I traced it to fs-extras
->`jsonfile` and then looked at references. I didn't check which one, but it's whichever one is called on init
😄britt
10/26/2020, 11:22 PMkevins8
10/26/2020, 11:23 PMbritt
10/26/2020, 11:26 PMkevins8
10/26/2020, 11:26 PMbritt
10/26/2020, 11:26 PMkevins8
10/26/2020, 11:27 PMkevins8
10/26/2020, 11:27 PM{
"name": "Run Extension -- disable extensions",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--disable-extensions",
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles": ["${workspaceFolder:plugin-core}/out/**/*.js"],
"env": {
"STAGE": "dev",
"VSCODE_DEBUGGING_EXTENSION": "dendron",
"LOG_LEVEL": "info"
}
},
{
"name": "Run Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles": ["${workspaceFolder:plugin-core}/out/**/*.js"],
"env": {
"STAGE": "dev",
"VSCODE_DEBUGGING_EXTENSION": "dendron",
"LOG_LEVEL": "info"
}
},
kevins8
10/26/2020, 11:27 PMkevins8
10/26/2020, 11:27 PMbritt
10/26/2020, 11:27 PMkevins8
10/26/2020, 11:28 PMkevins8
10/26/2020, 11:29 PMkevins8
10/26/2020, 11:29 PMbritt
10/26/2020, 11:30 PMbritt
10/26/2020, 11:31 PMkevins8
10/26/2020, 11:32 PMbritt
10/26/2020, 11:33 PMbritt
10/26/2020, 11:34 PMkevins8
10/26/2020, 11:35 PMbritt
10/26/2020, 11:36 PMdendron-markdown-notes
is packed, not recommended, which makes sense.kevins8
10/26/2020, 11:42 PMbritt
10/26/2020, 11:52 PMkey: "dendron.initWS-dev",
in constants.ts
would be a correct way of handling this, or does it go deeper?kevins8
10/26/2020, 11:55 PMkevins8
10/26/2020, 11:56 PMkevins8
10/26/2020, 11:56 PMkevins8
10/26/2020, 11:57 PMbritt
10/26/2020, 11:57 PMkevins8
10/26/2020, 11:58 PMbritt
10/26/2020, 11:59 PMWSINIT.{version|sha}