vscode-cordova/.gitignore

23 строки
508 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

2015-08-09 23:25:34 +03:00
.DS_Store
2017-08-03 15:56:10 +03:00
.idea
*.vsix
2015-08-09 23:25:34 +03:00
node_modules/
out/
js-debug migration (#673) * Prepare for migration to js-debug (#614) * Restore simulate scenarios functionality (#618) * Fix multiroot projects processing (#625) * Improve extension stability (#627) * Implement CDP proxy logger (#635) * Enhance js-debug debugging configuration (#636) * Add CDP message handler to proxy (#640) * Implement Safari CDP message handler (#641) * Improve async functions control (#647) * Implement Cordova Debug Config Provider (#648) * Implement cordova webviews recognition (#649) * Migrate unit tests from vscode to vscode-test package (#650) * Migrate unit tests from vscode to vscode-test package (#645) * Add tools for vscode-nls package support (#651) * Add extension bundling with Webpack (#653) * Add i18n for common and debugger folders (#654) * Add i18n to extension and utils folders (#655) * Externalized package.json strings for further localization (#656) * Add cordova simulate localization according to VS Code language (#657) * Fix minor i18n export issue (#658) * Fix localization import errors (#660) * Commit first version of localized json files (#661) * Ignore i18n file while packaging the extension (#662) * Change parent session stop command (#663) * Fix simulator viewport handling (#664) * Fix breakpoints activation for Cordova on Windows (#665) * ESLint migration (#666) * Add integration tests for Cordova CDP Proxy (#668) * Add unit tests (#669) * Fix iOS 14 debugging (#671) * Add 'livereloadDelay' parameter to attach args (#672) Co-authored-by: Yuri Skorokhodov <v-yuskor@microsoft.com> Co-authored-by: Daniel Ye <danyeh@microsoft.com> Co-authored-by: Mikhail Suendukov <43934531+JiglioNero@users.noreply.github.com>
2020-10-09 17:36:39 +03:00
dist/
test/resources/testCordovaProject/.vscode/
test/resources/testCordovaProject/platforms/
test/resources/testCordovaProject/plugins/
test/resources/testCordovaProject/typings/
2022-11-04 08:25:53 +03:00
test/resources/testCordovaProject/jsconfig.json
test/resources/testCordovaProject/package-lock.json
test/resources/testCordovaProject/package.json
js-debug migration (#673) * Prepare for migration to js-debug (#614) * Restore simulate scenarios functionality (#618) * Fix multiroot projects processing (#625) * Improve extension stability (#627) * Implement CDP proxy logger (#635) * Enhance js-debug debugging configuration (#636) * Add CDP message handler to proxy (#640) * Implement Safari CDP message handler (#641) * Improve async functions control (#647) * Implement Cordova Debug Config Provider (#648) * Implement cordova webviews recognition (#649) * Migrate unit tests from vscode to vscode-test package (#650) * Migrate unit tests from vscode to vscode-test package (#645) * Add tools for vscode-nls package support (#651) * Add extension bundling with Webpack (#653) * Add i18n for common and debugger folders (#654) * Add i18n to extension and utils folders (#655) * Externalized package.json strings for further localization (#656) * Add cordova simulate localization according to VS Code language (#657) * Fix minor i18n export issue (#658) * Fix localization import errors (#660) * Commit first version of localized json files (#661) * Ignore i18n file while packaging the extension (#662) * Change parent session stop command (#663) * Fix simulator viewport handling (#664) * Fix breakpoints activation for Cordova on Windows (#665) * ESLint migration (#666) * Add integration tests for Cordova CDP Proxy (#668) * Add unit tests (#669) * Fix iOS 14 debugging (#671) * Add 'livereloadDelay' parameter to attach args (#672) Co-authored-by: Yuri Skorokhodov <v-yuskor@microsoft.com> Co-authored-by: Daniel Ye <danyeh@microsoft.com> Co-authored-by: Mikhail Suendukov <43934531+JiglioNero@users.noreply.github.com>
2020-10-09 17:36:39 +03:00
.vscode-test/
nls.*.json
test/ExtensionTests.xml
test/LocalizationTests.xml
js-debug migration (#673) * Prepare for migration to js-debug (#614) * Restore simulate scenarios functionality (#618) * Fix multiroot projects processing (#625) * Improve extension stability (#627) * Implement CDP proxy logger (#635) * Enhance js-debug debugging configuration (#636) * Add CDP message handler to proxy (#640) * Implement Safari CDP message handler (#641) * Improve async functions control (#647) * Implement Cordova Debug Config Provider (#648) * Implement cordova webviews recognition (#649) * Migrate unit tests from vscode to vscode-test package (#650) * Migrate unit tests from vscode to vscode-test package (#645) * Add tools for vscode-nls package support (#651) * Add extension bundling with Webpack (#653) * Add i18n for common and debugger folders (#654) * Add i18n to extension and utils folders (#655) * Externalized package.json strings for further localization (#656) * Add cordova simulate localization according to VS Code language (#657) * Fix minor i18n export issue (#658) * Fix localization import errors (#660) * Commit first version of localized json files (#661) * Ignore i18n file while packaging the extension (#662) * Change parent session stop command (#663) * Fix simulator viewport handling (#664) * Fix breakpoints activation for Cordova on Windows (#665) * ESLint migration (#666) * Add integration tests for Cordova CDP Proxy (#668) * Add unit tests (#669) * Fix iOS 14 debugging (#671) * Add 'livereloadDelay' parameter to attach args (#672) Co-authored-by: Yuri Skorokhodov <v-yuskor@microsoft.com> Co-authored-by: Daniel Ye <danyeh@microsoft.com> Co-authored-by: Mikhail Suendukov <43934531+JiglioNero@users.noreply.github.com>
2020-10-09 17:36:39 +03:00
# Compiled files
src/**/*.js
test/**/*.js
2022-07-18 11:21:26 +03:00
**/*.js.map
*-report