diff --git a/Angular/README.md b/Angular/README.md index f981a7a..560f8f9 100644 --- a/Angular/README.md +++ b/Angular/README.md @@ -24,5 +24,5 @@ Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To u ## Further help -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page. +To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://v17.angular.io/cli) page. To get more help on DevExtreme submit an issue on [GitHub](https://github.com/DevExpress/devextreme/issues) or [Support Center](https://www.devexpress.com/Support/Center/Question/Create) diff --git a/Vue/README.md b/Vue/README.md index 612e558..9a4a656 100644 --- a/Vue/README.md +++ b/Vue/README.md @@ -10,7 +10,7 @@ This template should help get you started developing with Vue 3 in Vite. TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types. -If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps: +If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/vuejs/language-tools/discussions/471) that is more performant. You can enable it by the following steps: 1. Disable the built-in TypeScript Extension 1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette diff --git a/test-example.ps1 b/test-example.ps1 index 6f9deab..ec18171 100644 --- a/test-example.ps1 +++ b/test-example.ps1 @@ -228,4 +228,4 @@ if ($global:ERROR_CODE -ne 0 -and $global:FAILED_PROJECTS.Count -gt 0) { Write-Output "`FAILED PROJECTS: $(($global:FAILED_PROJECTS -join ", "))" } -[System.Environment]::Exit($global:ERROR_CODE) +exit $global:ERROR_CODE