code-marketplace: auto updated to 1.85.0-1
This commit is contained in:
parent
f19036608b
commit
346557e974
3 changed files with 16 additions and 13 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"controlUrl": "https://az764295.vo.msecnd.net/extensions/marketplace.json"
|
||||
},
|
||||
"extensionRecommendations": {
|
||||
"ms-dotnettools.csharp": {
|
||||
"ms-dotnettools.csdevkit": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/*.cs,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln}",
|
||||
|
|
@ -58,6 +58,17 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ms-toolsai.datawrangler": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/*.ipynb}",
|
||||
"contentPattern": "import\\s*pandas|from\\s*pandas",
|
||||
"whenInstalled": [
|
||||
"ms-toolsai.jupyter"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"golang.Go": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
|
|
@ -557,7 +568,7 @@
|
|||
"languageExtensionTips": [
|
||||
"ms-python.python",
|
||||
"ms-vscode.cpptools-extension-pack",
|
||||
"ms-dotnettools.csharp",
|
||||
"ms-dotnettools.csdevkit",
|
||||
"ms-toolsai.jupyter",
|
||||
"vscjava.vscode-java-pack",
|
||||
"ecmel.vscode-html-css",
|
||||
|
|
@ -918,12 +929,5 @@
|
|||
"https://*.github.dev",
|
||||
"https://gh.io",
|
||||
"https://portal.azure.com"
|
||||
],
|
||||
"featuredExtensions": [
|
||||
{
|
||||
"id": "github.copilot",
|
||||
"title": "GitHub Copilot",
|
||||
"description": "Supercharge your coding experience for as little as $10/month with cutting edge AI code generation."
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue