|
@@ -1,38 +1,41 @@
|
|
|
{
|
|
{
|
|
|
- // IntelliSense を使用して利用可能な属性を学べます。
|
|
|
|
|
- // 既存の属性の説明をホバーして表示します。
|
|
|
|
|
- // 詳細情報は次を確認してください: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
|
"version": "0.2.0",
|
|
"version": "0.2.0",
|
|
|
"configurations": [
|
|
"configurations": [
|
|
|
{
|
|
{
|
|
|
- "type": "node",
|
|
|
|
|
|
|
+ "type": "pwa-node",
|
|
|
"request": "attach",
|
|
"request": "attach",
|
|
|
"name": "Debug: Attach Debugger to Server",
|
|
"name": "Debug: Attach Debugger to Server",
|
|
|
"port": 9229,
|
|
"port": 9229,
|
|
|
- "cwd": "${workspaceFolder}/packages/app"
|
|
|
|
|
|
|
+ "cwd": "${workspaceFolder}/packages/app",
|
|
|
|
|
+ "sourceMapPathOverrides": {
|
|
|
|
|
+ "webpack://@growi/app/*": "${workspaceFolder}/packages/app/*"
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "type": "node",
|
|
|
|
|
|
|
+ "type": "pwa-node",
|
|
|
"request": "launch",
|
|
"request": "launch",
|
|
|
"name": "Debug: Server",
|
|
"name": "Debug: Server",
|
|
|
"cwd": "${workspaceFolder}/packages/app",
|
|
"cwd": "${workspaceFolder}/packages/app",
|
|
|
- "runtimeExecutable": "npm",
|
|
|
|
|
|
|
+ "runtimeExecutable": "yarn",
|
|
|
"runtimeArgs": [
|
|
"runtimeArgs": [
|
|
|
- "run",
|
|
|
|
|
- "dev:server"
|
|
|
|
|
|
|
+ "dev"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "skipFiles": [
|
|
|
|
|
+ "<node_internals>/**"
|
|
|
],
|
|
],
|
|
|
- "port": 9229,
|
|
|
|
|
"restart": true,
|
|
"restart": true,
|
|
|
- "console": "integratedTerminal",
|
|
|
|
|
- "internalConsoleOptions": "neverOpen"
|
|
|
|
|
|
|
+ "internalConsoleOptions": "neverOpen",
|
|
|
|
|
+ "sourceMapPathOverrides": {
|
|
|
|
|
+ "webpack://@growi/app/*": "${workspaceFolder}/packages/app/*"
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "type": "chrome",
|
|
|
|
|
|
|
+ "type": "pwa-chrome",
|
|
|
"request": "launch",
|
|
"request": "launch",
|
|
|
"name": "Debug: Chrome",
|
|
"name": "Debug: Chrome",
|
|
|
"sourceMaps": true,
|
|
"sourceMaps": true,
|
|
|
"sourceMapPathOverrides": {
|
|
"sourceMapPathOverrides": {
|
|
|
- "webpack:///*": "${workspaceFolder}/packages/app/*"
|
|
|
|
|
|
|
+ "webpack://_N_E/*": "${workspaceFolder}/packages/app/*"
|
|
|
},
|
|
},
|
|
|
"webRoot": "${workspaceFolder}/packages/app/public",
|
|
"webRoot": "${workspaceFolder}/packages/app/public",
|
|
|
"url": "http://localhost:3000"
|
|
"url": "http://localhost:3000"
|
|
@@ -42,32 +45,36 @@
|
|
|
"request": "launch",
|
|
"request": "launch",
|
|
|
"name": "Debug: Firefox",
|
|
"name": "Debug: Firefox",
|
|
|
"reAttach": true,
|
|
"reAttach": true,
|
|
|
- "url": "http://localhost:3000",
|
|
|
|
|
"webRoot": "${workspaceFolder}/packages/app/public",
|
|
"webRoot": "${workspaceFolder}/packages/app/public",
|
|
|
|
|
+ "url": "http://localhost:3000",
|
|
|
"pathMappings": [
|
|
"pathMappings": [
|
|
|
{
|
|
{
|
|
|
- "url": "webpack:///core",
|
|
|
|
|
|
|
+ "url": "webpack://_n_e/src",
|
|
|
|
|
+ "path": "${workspaceFolder}/packages/app/src"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "webpack://_n_e/core",
|
|
|
"path": "${workspaceFolder}/packages/core"
|
|
"path": "${workspaceFolder}/packages/core"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "url": "webpack:///plugin-attachment-refs",
|
|
|
|
|
|
|
+ "url": "webpack://_n_e/plugin-attachment-refs",
|
|
|
"path": "${workspaceFolder}/packages/plugin-attachment-refs"
|
|
"path": "${workspaceFolder}/packages/plugin-attachment-refs"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "url": "webpack:///plugin-pukiwiki-like-linker",
|
|
|
|
|
|
|
+ "url": "webpack://_n_e/plugin-pukiwiki-like-linker",
|
|
|
"path": "${workspaceFolder}/packages/plugin-pukiwiki-like-linker"
|
|
"path": "${workspaceFolder}/packages/plugin-pukiwiki-like-linker"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "url": "webpack:///plugin-lsx",
|
|
|
|
|
|
|
+ "url": "webpack://_n_e/plugin-lsx",
|
|
|
"path": "${workspaceFolder}/packages/plugin-lsx"
|
|
"path": "${workspaceFolder}/packages/plugin-lsx"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "url": "webpack:///ui",
|
|
|
|
|
- "path": "${workspaceFolder}/packages/ui"
|
|
|
|
|
|
|
+ "url": "webpack://_n_e/slack",
|
|
|
|
|
+ "path": "${workspaceFolder}/packages/app/slack"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "url": "webpack:///src",
|
|
|
|
|
- "path": "${workspaceFolder}/packages/app/src"
|
|
|
|
|
|
|
+ "url": "webpack://_n_e/ui",
|
|
|
|
|
+ "path": "${workspaceFolder}/packages/ui"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"url": "http://localhost:3000",
|
|
"url": "http://localhost:3000",
|