From 210131ca184c3aa043371857c022aa1aa149efbf Mon Sep 17 00:00:00 2001 From: Aditya Mangalampalli Date: Fri, 15 Apr 2022 02:00:25 -0700 Subject: Matched casing for almost all replacements --- .vscode/launch.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index 96fc456fd..78db6562c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,7 +4,7 @@ { "type": "node", "request": "launch", - "name": "Ferdi - Test API", + "name": "Ferdium - Test API", "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", "program": "${workspaceFolder}/build/index.js", "protocol": "inspector", @@ -16,7 +16,7 @@ { "type": "node", "request": "launch", - "name": "Ferdi – Live API", + "name": "Ferdium – Live API", "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", "program": "${workspaceFolder}/build/index.js", "protocol": "inspector", @@ -28,7 +28,7 @@ { "type": "node", "request": "launch", - "name": "Ferdi – Local API", + "name": "Ferdium – Local API", "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", "program": "${workspaceFolder}/build/index.js", "protocol": "inspector", @@ -40,7 +40,7 @@ { "type": "node", "request": "launch", - "name": "(Win Sim) Ferdi - Test API", + "name": "(Win Sim) Ferdium - Test API", "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", "program": "${workspaceFolder}/build/index.js", "protocol": "inspector", @@ -53,7 +53,7 @@ { "type": "node", "request": "launch", - "name": "(Win Sim) Ferdi – Live API", + "name": "(Win Sim) Ferdium – Live API", "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", "program": "${workspaceFolder}/build/index.js", "protocol": "inspector", @@ -66,7 +66,7 @@ { "type": "node", "request": "launch", - "name": "(Win Sim) Ferdi – Local API", + "name": "(Win Sim) Ferdium – Local API", "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", "program": "${workspaceFolder}/build/index.js", "protocol": "inspector", -- cgit v1.2.3-54-g00ecf