diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..7f345e1 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,32 @@ +{ + // IntelliSense を使用して利用可能な属性を学べます。 + // 既存の属性の説明をホバーして表示します。 + // 詳細情報は次を確認してください: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + + { + "type": "cobol", + "request": "launch", + "name": "COBOL (native): Enterprise Server", + "enterpriseServer": { + "serverName": "Please enter the name of the server to debug.", + "serverAddress": "Please enter the address of the 'mfcs-mp' or 'soap' listener for the server. eg tcp:127.0.0.1:." + } + }, + { + "type": "cobol", + "request": "launch", + "name": "COBOL (native): Launch", + "program": "${workspaceFolder}/", + "cwd": "${workspaceFolder}", + "stopOnEntry": true + }, + { + "type": "cobol", + "request": "attach", + "name": "COBOL (native): Attach to process", + "processId": "${command:pickProcess}" + } + ] +} \ No newline at end of file diff --git a/Creat iTunes.com b/Creat iTunes.com new file mode 100644 index 0000000..39bbd26 --- /dev/null +++ b/Creat iTunes.com @@ -0,0 +1,4 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {} +}