Skip to content

Commit ff40314

Browse files
author
Anup Kamath
committed
Upgraded the http proxy and removed deprecated call from vscode
1 parent 5beab00 commit ff40314

29 files changed

+1294
-4897
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
nodejs_version: "6.9.1"
33
# Temporary Code version due to https://github.com/Microsoft/vscode-extension-vscode/issues/64
4-
CODE_VERSION: 1.17.0
4+
CODE_VERSION: 1.23.0
55

66

77
# safelist

localization/xliff/enu/constants/localizedConstants.enu.xlf

+6
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@
9898
<trans-unit id="usernamePrompt">
9999
<source xml:lang="en">User name</source>
100100
</trans-unit>
101+
<trans-unit id="portPrompt">
102+
<source xml:lang="en">Port</source>
103+
</trans-unit>
104+
<trans-unit id="portPlaceHolder">
105+
<source xml:lang="en">Port number</source>
106+
</trans-unit>
101107
<trans-unit id="usernamePlaceholder">
102108
<source xml:lang="en">User name (PGSQL Login)</source>
103109
</trans-unit>

localization/xliff/enu/localizedPackage.json.enu.xlf

+3
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@
119119
<trans-unit id="pgsql.intelliSense.lowerCaseSuggestions">
120120
<source xml:lang="en">Should IntelliSense suggestions be lowercase</source>
121121
</trans-unit>
122+
<trans-unit id="pgsql.persistQueryResultTabs">
123+
<source xml:lang="en">Should query result selections and scroll positions be saved when switching tabs (may impact performance)</source>
124+
</trans-unit>
122125
</body>
123126
</file>
124127
</xliff>

0 commit comments

Comments
 (0)