Skip to content

Commit

Permalink
[vscode][ez] Use Default Diff View for .aiconfig.json/yaml Diff View
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Holinshead committed Feb 20, 2024
1 parent 1d55a97 commit ceff091
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
"description": "Path to the custom model registry file."
}
}
},
"configurationDefaults": {
"workbench.editorAssociations": {
"{git,gitlens,sapling-diff}:/**/*.{aiconfig.json, aiconfig.yaml}": "default"
}
}
},
"scripts": {
Expand Down Expand Up @@ -117,4 +122,4 @@
"extensionDependencies": [
"ms-python.python"
]
}
}

0 comments on commit ceff091

Please sign in to comment.