Update to 0.9.1-alpha (#1410)
* Update to 0.9.1-alpha * Fix build break * Change to 0.9.2 * Revert back to 0.9.1-alpha.
This commit is contained in:
Родитель
d8640becf2
Коммит
8f74a63c9e
|
@ -13,5 +13,6 @@
|
|||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll": true
|
||||
}
|
||||
},
|
||||
"typescript.tsdk": "node_modules/typescript/lib"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vscode-docker",
|
||||
"version": "0.9.0",
|
||||
"version": "0.9.2-alpha",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -8777,9 +8777,9 @@
|
|||
}
|
||||
},
|
||||
"typescript": {
|
||||
"version": "3.6.3",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.3.tgz",
|
||||
"integrity": "sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==",
|
||||
"version": "3.7.2",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.2.tgz",
|
||||
"integrity": "sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==",
|
||||
"dev": true
|
||||
},
|
||||
"uc.micro": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vscode-docker",
|
||||
"version": "0.9.0",
|
||||
"version": "0.9.1-alpha",
|
||||
"preview": true,
|
||||
"publisher": "ms-azuretools",
|
||||
"displayName": "Docker",
|
||||
|
@ -1998,7 +1998,7 @@
|
|||
"ts-node": "^7.0.1",
|
||||
"tslint": "^5.20.0",
|
||||
"tslint-microsoft-contrib": "^6.2.0",
|
||||
"typescript": "^3.6.3",
|
||||
"typescript": "^3.7",
|
||||
"umd-compat-loader": "^2.1.2",
|
||||
"vsce": "^1.66.0",
|
||||
"vscode": "^1.1.36",
|
||||
|
|
|
@ -9,7 +9,6 @@ import { trimWithElipsis } from "../../utils/trimWithElipsis";
|
|||
import { getThemedIconPath, IconPath } from "../IconPath";
|
||||
import { CommonGroupBy, commonProperties, CommonProperty, getCommonGroupIcon, getCommonPropertyValue } from '../settings/CommonProperties';
|
||||
import { ITreePropertyInfo } from '../settings/ITreeSettingInfo';
|
||||
import { ImageProperty } from "./ImageProperties";
|
||||
import { ILocalImageInfo } from "./LocalImageInfo";
|
||||
|
||||
export type ImageProperty = CommonProperty | 'FullTag' | 'ImageId' | 'Registry' | 'Repository' | 'RepositoryName' | 'RepositoryNameAndTag' | 'Tag';
|
||||
|
|
Загрузка…
Ссылка в новой задаче