{ "name": "import", "displayName": "SQL Server Import", "description": "SQL Server Import for Azure Data Studio supports importing CSV or JSON files into SQL Server.", "version": "1.5.5", "publisher": "Microsoft", "preview": false, "engines": { "vscode": "*", "azdata": ">=1.25.0" }, "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/extensions/import/Microsoft_SQL_Server_Import_Extension_and_Tools_Import_Flat_File_Preview.docx", "icon": "images/extension.png", "aiKey": "29a207bb14f84905966a8f22524cb730-25407f35-11b6-4d4e-8114-ab9e843cb52f-7380", "activationEvents": [ "onCommand:flatFileImport.start" ], "main": "./out/main", "repository": { "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, "capabilities": { "virtualWorkspaces": false, "untrustedWorkspaces": { "supported": true } }, "extensionDependencies": [ "Microsoft.mssql" ], "contributes": { "commands": [ { "command": "flatFileImport.start", "title": "Import wizard", "category": "Flat File Import", "icon": { "light": "./images/light_icon.svg", "dark": "./images/dark_icon.svg" } } ], "keybindings": [ { "command": "flatFileImport.start", "key": "ctrl+i", "mac": "ctrl+i" } ], "menus": { "objectExplorer/item/context": [ { "command": "flatFileImport.start", "when": "connectionProvider == MSSQL && nodeType && nodeType =~ /^(Server|Database)$/ && mssql:engineedition != 11", "group": "import" } ], "dataExplorer/context": [ { "command": "flatFileImport.start", "when": "connectionProvider == MSSQL && nodeType && nodeType =~ /^(Server|Database)$/ && mssql:engineedition != 11", "group": "import" } ] }, "configuration": { "type": "object", "title": "%flatfileimport.configuration.title%", "properties": { "flatFileImport.logDebugInfo": { "type": "boolean", "default": false, "description": "%flatfileimport.logDebugInfo%" } } } }, "dependencies": { "dataprotocol-client": "github:Microsoft/sqlops-dataprotocolclient#1.3.4", "htmlparser2": "^3.10.1", "@microsoft/ads-service-downloader": "^1.2.1", "@microsoft/ads-extension-telemetry": "^3.0.1", "vscode-nls": "^4.1.2" }, "devDependencies": { "@types/mocha": "^7.0.2", "@types/node": "^12.11.7", "@types/sinon": "^9.0.4", "mocha": "^7.1.1", "should": "^13.2.1", "sinon": "^9.0.2", "typemoq": "^2.1.0", "@microsoft/vscodetestcover": "^1.2.1", "@microsoft/azdata-test": "^3.0.1" }, "__metadata": { "id": "23", "publisherDisplayName": "Microsoft", "publisherId": "Microsoft" } }