-
Notifications
You must be signed in to change notification settings - Fork 3
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
UX Enhancements #160
UX Enhancements #160
Conversation
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.
Hermoso PR!! Me gusta como quedaron los errores ❣️
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.
Por si te complicaba la def de este archivo, por las dudas dejo link a la version en svg de este icono: https://drive.google.com/drive/folders/1h_GfnEt2FdGlOD7U_b-mNBr8eBhfiM_8?usp=drive_link
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #160 +/- ##
==========================================
+ Coverage 83.21% 83.44% +0.23%
==========================================
Files 17 17
Lines 429 435 +6
Branches 100 97 -3
==========================================
+ Hits 357 363 +6
Misses 72 72
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Uf, @PalumboN @ivojawer hoy terminé de cerrar el PR, pero me encontré con un error en los tests de hover, hay dos atributos undefined nuevos. async function testHover(uri: Uri, position: Position, expected: any): Promise<void> {
await activate(uri)
const actual = await commands.executeCommand('vscode.executeHoverProvider', uri, position)
//
delete actual[0]['canDecreaseHover']
delete actual[0]['canIncreaseHover']
//
assert.deepEqual(actual, [expected]) El error que tira el CI también me lo daba en mi máquina. |
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.
GROSO Dodaiiiiinnnnnn!!! Siempre mejorando todo a su paso 🌱 🚶 🌹 🔆
woww!! nunca había visto funcionando el hover, es el debugger del AST en runtime! Sí , funciona ok. |
Issues a atacar