projects:zibaldone:vscode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:zibaldone:vscode [2022/07/16 12:46] – [docker] sscipioniprojects:zibaldone:vscode [2023/12/14 15:37] (current) – [docker] sscipioni
Line 34: Line 34:
  
 ===== docker ===== ===== docker =====
 +
 +on vscodium enable marketplace and install dev-containers extension
 +<code>
 +yay -S vscodium-bin-marketplace
 +</code>
  
   * https://code.visualstudio.com/docs/remote/attach-container   * https://code.visualstudio.com/docs/remote/attach-container
Line 43: Line 48:
 <code | mev%2unit.json> <code | mev%2unit.json>
 { {
- "workspaceFolder": "/app/mev_unit",+ "workspaceFolder": "/app/mev_query",
  "extensions": [  "extensions": [
  "ms-python.python",  "ms-python.python",
Line 49: Line 54:
  ],  ],
  "settings": {  "settings": {
- "terminal.integrated.shell.linux": "/bin/bash", 
  "python.defaultInterpreterPath": "/usr/local/bin/python",  "python.defaultInterpreterPath": "/usr/local/bin/python",
  "python.formatting.provider": "black",  "python.formatting.provider": "black",
- "python.formatting.blackPath": "/usr/local/bin/black", 
  "python.linting.enabled": true,  "python.linting.enabled": true,
  "python.linting.pylintEnabled": true,  "python.linting.pylintEnabled": true,
Line 63: Line 66:
  "editor.formatOnSave": true  "editor.formatOnSave": true
  },  },
- "python.testing.pytestPath": "/usr/local/bin/pytest",+ "python.testing.pytestPath": "pytest",
  "python.testing.pytestEnabled": true  "python.testing.pytestEnabled": true
  }  }
Line 78: Line 81:
   * ctrl+shift+p (F1 command palette): Remote-Containers: Open Attached Container Configuration File   * ctrl+shift+p (F1 command palette): Remote-Containers: Open Attached Container Configuration File
  
 +
 +<code | angular remote configuration>
 +{
 + "workspaceFolder": "/app",
 + "extensions": [
 + "christian-kohler.npm-intellisense",
 + "xabikos.JavaScriptSnippets",
 +        "dbaeumer.vscode-eslint"
 + ],
 + "settings": {
 +
 + }
 +}
 +</code>
  
 For debugger create in app folder (for example dnnutils) file .vscode/launch.json. From vscode attached to docker container is now enabled debugger from 'Run and Debug' view For debugger create in app folder (for example dnnutils) file .vscode/launch.json. From vscode attached to docker container is now enabled debugger from 'Run and Debug' view
  • projects/zibaldone/vscode.1657968409.txt.gz
  • Last modified: 2022/07/16 12:46
  • by sscipioni