fp/.vscode/settings.json

13 lines
618 B
JSON
Raw Normal View History

{
"yaml.schemas": {
"https://json.schemastore.org/yamllint.json": [
"file:///home/cj/Documents/futureporn-monorepo/charts/fp/templates/next.yaml",
"file:///home/cj/Documents/futureporn-monorepo/charts/fp/templates/strapi.yaml"
2024-06-28 17:50:07 -08:00
],
"https://json.schemastore.org/kustomization.json": "file:///home/cj/Documents/futureporn-monorepo/clusters/production/infrastructure.yaml"
2024-07-22 18:59:41 -08:00
},
2025-02-10 08:16:50 -08:00
"editor.tabSize": 2,
2025-08-27 16:29:55 -08:00
"editor.formatOnSave": true,
2025-10-04 08:45:34 -08:00
"git.ignoreLimitWarning": true,
"ansible.python.interpreterPath": "/home/cj/Documents/futureporn-monorepo/venv/bin/python"
}