-
Notifications
You must be signed in to change notification settings - Fork 10
MLE-12345 Merging master into develop #303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
c25b40e
2853214
271a212
908713b
ab71156
bba3607
9fe813f
22e1a65
9ed273a
cc8825f
a3ac90d
420ff2e
8405374
1127a9a
922ad77
d3533ff
c92a10b
1b2e4c6
a8c9449
491e33c
5e4b5ed
312f9ac
e6c1f4d
e192eb8
58a9ac7
199655b
a508bcf
b02a2a1
4dfb2aa
b20055a
62a6e1d
37c906d
eb3ee12
0ba6661
a001155
b8b921c
2be5e05
21abda0
137664f
056111f
4638864
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |||||
| "name": "mlxprs", | ||||||
| "displayName": "MLXPRS: MarkLogic Extension for VS Code", | ||||||
| "description": "Simplifies and automates common development tasks for creating applications on MarkLogic.", | ||||||
| "version": "3.9.0", | ||||||
| "version": "3.9.1", | ||||||
| "publisher": "mlxprs", | ||||||
| "engines": { | ||||||
| "vscode": "^1.78.0" | ||||||
|
|
@@ -157,7 +157,7 @@ | |||||
| "runtime": "node", | ||||||
| "configurationAttributes": { | ||||||
| "launch": { | ||||||
| "required": [], | ||||||
| "required": [ ], | ||||||
| "properties": { | ||||||
| "path": { | ||||||
| "type": "string", | ||||||
|
|
@@ -248,7 +248,7 @@ | |||||
| } | ||||||
| } | ||||||
| ], | ||||||
| "variables": {} | ||||||
| "variables": { } | ||||||
| }, | ||||||
| { | ||||||
| "type": "xquery-ml", | ||||||
|
|
@@ -607,7 +607,9 @@ | |||||
| "coverageAll": "c8 npm run test && c8 npm run testServer && c8 npm run testIntegration" | ||||||
| }, | ||||||
| "dependenciesComments": { | ||||||
| "webpack": "Something with version 5.80.0 is breaking the integration tests (and other things?).", | ||||||
| "webpackProblem": "Something with version 5.95.0 is breaking the integration tests (and other things?).", | ||||||
| "webpackFix": "I believe this will require upgrading the @types/node and will not be trivial.", | ||||||
| "@types/vscode": "This needs to match the value at the top of this file in 'engines.vscode`", | ||||||
|
||||||
| "@types/vscode": "This needs to match the value at the top of this file in 'engines.vscode`", | |
| "@types/vscode": "This needs to match the value at the top of this file in 'engines.vscode'", |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,7 +4,7 @@ name: mlxprs | |||||
| services: | ||||||
|
|
||||||
| marklogic: | ||||||
| image: "marklogicdb/marklogic-db:11.1.0-centos-1.1.0" | ||||||
| image: "progressofficial/marklogic-db:latest" | ||||||
|
||||||
| image: "progressofficial/marklogic-db:latest" | |
| image: "progressofficial/marklogic-db:11.1.0-centos-1.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link uses '.html' extension but Markdown files typically use '.md' extension in source repositories. If this documentation is processed by a static site generator that converts .md to .html, this is correct. Otherwise, it should be 'debugging-support/remoteRequests.md'.