Skip to content

Commit

Permalink
Merge branch 'main' into plugin-webview-update
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonlhart authored Jan 14, 2025
2 parents 7eb55c6 + 4c5d866 commit f941970
Show file tree
Hide file tree
Showing 6 changed files with 390 additions and 343 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ version: 2

mkdocs:
fail_on_warning: true
configuration: mkdocs.yml

# Optionally build your docs in additional formats
# such as PDF and ePub
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -921,22 +921,22 @@
"dependencies": {
"@ansible/ansible-language-server": "workspace:^",
"@redhat-developer/vscode-redhat-telemetry": "^0.9.1",
"@shikijs/core": "^1.26.1",
"@shikijs/core": "^1.26.2",
"@types/ini": "^4.1.1",
"@vscode/webview-ui-toolkit": "^1.4.0",
"axios": "^1.7.9",
"ini": "^5.0.0",
"marked": "^15.0.5",
"marked": "^15.0.6",
"minimatch": "^10.0.1",
"semver": "^7.6.3",
"uuid": "^11.0.4",
"uuid": "^11.0.5",
"vscode-languageclient": "^9.0.1",
"vscode-uri": "^3.0.8",
"yaml": "^2.7.0"
},
"description": "Ansible language support",
"devDependencies": {
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.18.0",
"@types/chai": "^4.3.20",
"@types/express": "^5.0.0",
"@types/glob": "^8.1.0",
Expand All @@ -946,32 +946,32 @@
"@types/mocha": "^10.0.10",
"@types/morgan": "^1.9.9",
"@types/node": "^22.10.5",
"@types/selenium-webdriver": "^4.1.27",
"@types/selenium-webdriver": "^4.1.28",
"@types/sinon": "^17.0.3",
"@types/tmp": "^0.2.6",
"@types/uuid": "^10.0.0",
"@types/vscode": "^1.85.0",
"@types/vscode-webview": "^1.57.5",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@vscode/test-electron": "^2.4.1",
"@vscode/vsce": "^3.2.1",
"axios": "^1.7.9",
"chai": "^4.5.0",
"depcheck": "^1.4.7",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-formatter-gha": "^1.5.2",
"eslint-formatter-unix": "^8.40.0",
"eslint-plugin-chai-friendly": "^1.0.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tsdoc": "^0.4.0",
"express": "^5.0.1",
"find-process": "^1.4.9",
"glob": "^11.0.0",
"find-process": "^1.4.10",
"glob": "^11.0.1",
"globals": "^15.14.0",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"lodash": "^4.17.21",
"mocha": "^11.0.1",
"mochawesome": "^7.1.3",
Expand All @@ -983,16 +983,16 @@
"react": "^19.0.0",
"rimraf": "^6.0.1",
"selenium-webdriver": "^4.27.0",
"shiki": "^1.26.1",
"shiki": "^1.26.2",
"sinon": "^19.0.2",
"ts-loader": "^9.5.1",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"vscode-extension-tester": "^8.10.0",
"warnings-to-errors-webpack-plugin": "^2.3.0",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-cli": "^6.0.1",
"winston": "^3.17.0",
"yargs": "^17.7.2",
"yarn-audit-fix": "^10.1.1"
Expand Down
42 changes: 21 additions & 21 deletions packages/ansible-language-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/ansible-language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"dependencies": {
"@flatten-js/interval-tree": "^1.1.3",
"antsibull-docs": "^1.1.0",
"glob": "^11.0.0",
"glob": "^11.0.1",
"ini": "^5.0.0",
"lodash": "^4.17.21",
"uuid": "^11.0.4",
"uuid": "^11.0.5",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.12",
"vscode-uri": "^3.0.8",
Expand All @@ -73,7 +73,7 @@
"nyc": "^17.1.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"scripts": {
"clean": "rimraf out/server && rimraf lib",
Expand Down
4 changes: 1 addition & 3 deletions src/features/lightspeed/statusBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ export class LightspeedStatusBar {
}

public async lightSpeedStatusBarClickHandler() {
if (await this.lightspeedAuthenticatedUser.isAuthenticated()) {
vscode.commands.executeCommand(LightSpeedCommands.LIGHTSPEED_FEEDBACK);
} else {
if (!(await this.lightspeedAuthenticatedUser.isAuthenticated())) {
vscode.commands.executeCommand(
LightSpeedCommands.LIGHTSPEED_AUTH_REQUEST,
);
Expand Down
Loading

0 comments on commit f941970

Please sign in to comment.