Diff
checker
टेक्स्ट
टेक्स्ट
छवियां
दस्तावेज़
Excel
फ़ोल्डर्स
Legal
Enterprise
डेस्कटॉप
मूल्य
साइन इन करें
Diffchecker डेस्कटॉप डाउनलोड करें
टेक्स्ट की तुलना करें
दो टेक्स्ट फ़ाइलों के बीच अंतर ढूंढें
उपकरण
इतिहास
रियल-टाइम एडिटर
अपरिवर्तित संक्षिप्त करें
लाइन रैप बंद
लेआउट
विभाजित
संयुक्त
परिवर्तन हाइलाइट करें
स्मार्ट
शब्द
अक्षर
सिंटैक्स हाइलाइटिंग
सिंटैक्स चुनें
अनदेखा करें
टेक्स्ट बदलें
पहले अंतर पर जाएँ
इनपुट संपादित करें
Diffchecker Desktop
Diffchecker चलाने का सबसे सुरक्षित तरीका। Diffchecker Desktop ऐप पाएं: आपके diffs कभी आपके कंप्यूटर से बाहर नहीं जाते!
Desktop पाएं
Devcontainer.json diff
बनाया गया
3 वर्ष पहले
Diff कभी समाप्त नहीं होता
साफ़
निर्यात करें
शेयर करें
समझाएं
36 हटाए गए
लाइनें
कुल
हटाया गया
अक्षर
कुल
हटाया गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diff
checker
Pro
मूल्य देखें
53 लाइनें
सभी को कॉपी करें
51 जोड़े गए
लाइनें
कुल
जोड़ा गया
अक्षर
कुल
जोड़ा गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diff
checker
Pro
मूल्य देखें
68 लाइनें
सभी को कॉपी करें
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-docker-compose
{
{
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
"name": "
azure_flask_postgres_flexible_appservice
",
"name": "
django-quiz-app
",
// Update the 'dockerComposeFile' list if you have more compose files or use different names.
"dockerComposeFile":
"
docker-compose.yml",
// The .devcontainer/docker-compose.yml file contains any overrides you need/want to make.
"dockerComposeFile":
[
"../
docker-compose.yml",
"docker-compose_dev.yml" // Overwrites portions of the prod compose file
],
// The 'service' property is the name of the service for the container that VS Code should
// use. Update this value and .devcontainer/docker-compose.yml to the real service name.
"service": "app",
"service": "app",
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
"shutdownAction": "stopCompose",
"workspaceFolder": "/workspace",
"workspaceFolder": "/workspace",
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
"features": {
"ghcr.io/azure/azure-dev/azd:latest": {}
},
"forwardPorts": [8000, 5432],
"forwardPorts": [8000, 5432],
"portsAttributes": {
"portsAttributes": {
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
"8000": {"label": "
frontend web
port", "onAutoForward": "notify"},
"8000": {"label": "
Django
port", "onAutoForward": "notify"},
"5432": {"label": "PostgreSQL port", "onAutoForward": "silent"}
"5432": {"label": "PostgreSQL port", "onAutoForward": "silent"}
},
},
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
// Configure tool-specific properties.
"customizations": {
"customizations": {
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
// Configure properties specific to VS Code.
"vscode": {
"vscode": {
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
"extensions": [
// Set *default* container specific settings.json values on container create.
"ms-azuretools.vscode-bicep",
"charliermarsh.ruff",
"ms-python.python",
"ms-python.black-formatter",
"microsoft.bicep",
"bierner.github-markdown-preview",
"ms-azuretools.vscode-docker",
"mtxr.sqltools",
"mtxr.sqltools-driver-pg"
],
"settings": {
"settings": {
"sqltools.connections": [
"sqltools.connections": [
{
{
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
"name": "
Local
database",
"name": "
Container
database",
"driver": "PostgreSQL",
"driver": "PostgreSQL",
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
"server": "
db
",
"previewLimit": 50,
"server": "
localhost
",
"port": 5432,
"port": 5432,
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
"database": "
relecloud
",
"database": "
app
",
"username": "
postgres
",
"username": "
app_user
",
"password": "
postgres"
"password": "
app_password"
}
]
}
}
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
],
"taskExplorer.enabledTasks": {"python": false},
"python.defaultInterpreterPath": "/usr/local/bin/python",
"python.linting.enabled": true,
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "black",
"files.exclude": {
"**/*.coverage": true,
".ruff_cache": true,
".pytest_cache": true
}
}
},
},
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
"features": {
// Add the IDs of extensions you want installed when the container is created.
"ghcr.io/azure/azure-dev/azd:latest": {},
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.black-formatter",
"charliermarsh.ruff",
"ms-azuretools.vscode-bicep",
"mtxr.sqltools",
"mtxr.sqltools-driver-pg",
"spmeesseman.vscode-taskexplorer"
]
}
},
},
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
"postCreateCommand": "pip install -
e src && python3 -m flask --app src/flaskapp db upgrade --directory src/flaskapp/migrations && python3 -m flask --app src/flaskapp seed --filename src/seed_data.json"
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip install -
r requirements-dev.txt && pre-commit install",
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
}
}
सेव किए गए Diffs
ऑरिजनल टेक्स्ट
फ़ाइल खोलें
// For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-docker-compose { "name": "azure_flask_postgres_flexible_appservice", // Update the 'dockerComposeFile' list if you have more compose files or use different names. // The .devcontainer/docker-compose.yml file contains any overrides you need/want to make. "dockerComposeFile": [ "../docker-compose.yml", "docker-compose_dev.yml" // Overwrites portions of the prod compose file ], // The 'service' property is the name of the service for the container that VS Code should // use. Update this value and .devcontainer/docker-compose.yml to the real service name. "service": "app", "shutdownAction": "stopCompose", "workspaceFolder": "/workspace", "forwardPorts": [8000, 5432], "portsAttributes": { "8000": {"label": "frontend web port", "onAutoForward": "notify"}, "5432": {"label": "PostgreSQL port", "onAutoForward": "silent"} }, "customizations": { "vscode": { "extensions": [ "ms-azuretools.vscode-bicep", "charliermarsh.ruff", "ms-python.python", "ms-python.black-formatter", "microsoft.bicep", "bierner.github-markdown-preview", "ms-azuretools.vscode-docker", "mtxr.sqltools", "mtxr.sqltools-driver-pg" ], "settings": { "sqltools.connections": [ { "name": "Local database", "driver": "PostgreSQL", "server": "db", "port": 5432, "database": "relecloud", "username": "postgres", "password": "postgres" } ] } } }, "features": { "ghcr.io/azure/azure-dev/azd:latest": {}, }, "postCreateCommand": "pip install -e src && python3 -m flask --app src/flaskapp db upgrade --directory src/flaskapp/migrations && python3 -m flask --app src/flaskapp seed --filename src/seed_data.json" }
परिवर्तित टेक्स्ट
फ़ाइल खोलें
{ "name": "django-quiz-app", "dockerComposeFile": "docker-compose.yml", "service": "app", "workspaceFolder": "/workspace", "features": { "ghcr.io/azure/azure-dev/azd:latest": {} }, "forwardPorts": [8000, 5432], "portsAttributes": { "8000": {"label": "Django port", "onAutoForward": "notify"}, "5432": {"label": "PostgreSQL port", "onAutoForward": "silent"} }, // Configure tool-specific properties. "customizations": { // Configure properties specific to VS Code. "vscode": { // Set *default* container specific settings.json values on container create. "settings": { "sqltools.connections": [ { "name": "Container database", "driver": "PostgreSQL", "previewLimit": 50, "server": "localhost", "port": 5432, "database": "app", "username": "app_user", "password": "app_password" } ], "taskExplorer.enabledTasks": {"python": false}, "python.defaultInterpreterPath": "/usr/local/bin/python", "python.linting.enabled": true, "python.testing.pytestEnabled": true, "python.testing.unittestEnabled": false, "[python]": { "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll": true }, "editor.defaultFormatter": "ms-python.black-formatter" }, "python.formatting.provider": "black", "files.exclude": { "**/*.coverage": true, ".ruff_cache": true, ".pytest_cache": true } }, // Add the IDs of extensions you want installed when the container is created. "extensions": [ "ms-python.python", "ms-python.vscode-pylance", "ms-python.black-formatter", "charliermarsh.ruff", "ms-azuretools.vscode-bicep", "mtxr.sqltools", "mtxr.sqltools-driver-pg", "spmeesseman.vscode-taskexplorer" ] } }, // Use 'postCreateCommand' to run commands after the container is created. "postCreateCommand": "pip install -r requirements-dev.txt && pre-commit install", // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "vscode" }
अंतर खोजें