Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Dart-Code/Flutter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.44.0
Choose a base ref
...
head repository: Dart-Code/Flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Showing with 34 additions and 34 deletions.
  1. +1 −1 .vscode/settings.json
  2. +30 −30 package-lock.json
  3. +3 −3 package.json
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -11,6 +11,6 @@
"files.insertFinalNewline": true,
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
}
60 changes: 30 additions & 30 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -2,10 +2,10 @@
"name": "flutter",
"displayName": "Flutter",
"description": "Flutter support and debugger for Visual Studio Code.",
"version": "3.44.0",
"version": "3.104.0",
"publisher": "Dart-Code",
"engines": {
"vscode": "^1.67.0"
"vscode": "^1.75.0"
},
"extensionKind": [
"workspace"
@@ -64,7 +64,7 @@
},
"devDependencies": {
"@types/node": "^16.11.34",
"@types/vscode": "^1.67.0",
"@types/vscode": "^1.75.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.23.0",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",