diff --git a/src/.vuepress/public/images/breakpoint_hit.png b/src/.vuepress/public/images/breakpoint_hit.png index 35020edc54..c5e8855c74 100644 Binary files a/src/.vuepress/public/images/breakpoint_hit.png and b/src/.vuepress/public/images/breakpoint_hit.png differ diff --git a/src/.vuepress/public/images/breakpoint_set.png b/src/.vuepress/public/images/breakpoint_set.png index af5a7064b7..7ed528efec 100644 Binary files a/src/.vuepress/public/images/breakpoint_set.png and b/src/.vuepress/public/images/breakpoint_set.png differ diff --git a/src/.vuepress/public/images/config_add.png b/src/.vuepress/public/images/config_add.png index a99ae3e201..b357db3db1 100644 Binary files a/src/.vuepress/public/images/config_add.png and b/src/.vuepress/public/images/config_add.png differ diff --git a/src/.vuepress/public/images/sfc-with-preprocessors.png b/src/.vuepress/public/images/sfc-with-preprocessors.png index 0be7d76f04..45411463fc 100644 Binary files a/src/.vuepress/public/images/sfc-with-preprocessors.png and b/src/.vuepress/public/images/sfc-with-preprocessors.png differ diff --git a/src/.vuepress/public/images/sfc.png b/src/.vuepress/public/images/sfc.png index e89873be47..a4bf5a7937 100644 Binary files a/src/.vuepress/public/images/sfc.png and b/src/.vuepress/public/images/sfc.png differ diff --git a/src/cookbook/debugging-in-vscode.md b/src/cookbook/debugging-in-vscode.md index 842656e699..274831d34c 100644 --- a/src/cookbook/debugging-in-vscode.md +++ b/src/cookbook/debugging-in-vscode.md @@ -41,7 +41,7 @@ We're assuming the port to be `8080` here. If it's not the case (for instance, i Click on the Debugging icon in the Activity Bar to bring up the Debug view, then click on the gear icon to configure a launch.json file, selecting **Chrome/Firefox: Launch** as the environment. Replace content of the generated launch.json with the corresponding configuration: - +