Micha Reiser
|
489dbbaadc
|
Add diagnostics panel and navigation features to playground (#13357)
|
2024-09-16 07:34:46 +00:00 |
renovate[bot]
|
f427a7a5a3
|
Update NPM Development dependencies (#13290)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Micha Reiser <micha@reiser.io>
|
2024-09-09 11:07:16 +00:00 |
Micha Reiser
|
955dc8804a
|
Playground: Fix errors not shown on page load (#13262)
|
2024-09-09 11:47:39 +01:00 |
renovate[bot]
|
e6226436fd
|
Update NPM Development dependencies (#12976)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Micha Reiser <micha@reiser.io>
|
2024-08-19 07:44:21 +00:00 |
Micha Reiser
|
f53733525c
|
Remove all `useEffect` usages (#12659)
|
2024-08-08 13:16:38 +02:00 |
Dhruv Manilawala
|
7b50061b43
|
Fix `eslint` errors for playground source code (#12207)
Refer
https://github.com/astral-sh/ruff/actions/runs/9808907924/job/27086333001
|
2024-07-05 13:43:16 +00:00 |
Dhruv Manilawala
|
9fec384d11
|
Show syntax errors on the playground (#12083)
## Summary
This PR updates the playground to show syntax errors.
(I forgot to update this and noticed it this morning.)
## Test Plan
Build the playground locally and preview it:
<img width="764" alt="Screenshot 2024-06-28 at 11 03 35"
src="https://github.com/astral-sh/ruff/assets/67177269/1fd48d6c-ae41-4672-bf3c-32a61d9946ef">
|
2024-06-28 13:06:15 +05:30 |
Charlie Marsh
|
b9994dc495
|
Use `fixedOverflowWidgets` for playground popover (#8458)
After some Googling...
<img width="656" alt="Screen Shot 2023-11-03 at 12 23 09 AM"
src="https://github.com/astral-sh/ruff/assets/1309177/be6aaa3d-0068-4bad-a27f-01785179567d">
Closes https://github.com/astral-sh/ruff/issues/8442.
|
2023-11-03 04:29:37 +00:00 |
Dhruv Manilawala
|
27def479bd
|
Remove unused ts directive (#7829)
See: https://github.com/astral-sh/ruff/actions/runs/6421876406/job/17437188754
|
2023-10-05 17:11:05 +00:00 |
Dhruv Manilawala
|
adb6580270
|
Fix playground `Quick Fix` action (#7824)
## Summary
This PR fixes the playground code action to start working again. It seems that
the field name was changed from `edit` to `textEdit` in some version.
Resources:
- https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.IWorkspaceTextEdit.html
- https://stackoverflow.com/a/71742764
## Test Plan
Tested it out running locally.
|
2023-10-05 11:41:18 +05:30 |
konsti
|
1e173f7909
|
Rename `Autofix` to `Fix` (#7657)
**Summary** Mostly mechanical symbol rename and search-and-replace, with
small changes to the markdown docs to read better
|
2023-09-28 10:53:05 +00:00 |
Micha Reiser
|
46a17d11f3
|
playground: Add AST/Tokens/Formatter panels (#5859)
|
2023-07-19 14:46:08 +00:00 |
Charlie Marsh
|
d53b986fd4
|
Fix autofix capabilities in playground (#5375)
## Summary
These had just bitrotted over time -- we were no longer passing along
the row-and-column indices, etc.
## Test Plan

|
2023-06-26 16:40:28 +00:00 |
Micha Reiser
|
cab65b25da
|
Replace row/column based `Location` with byte-offsets. (#3931)
|
2023-04-26 18:11:02 +00:00 |
Charlie Marsh
|
e603382cf0
|
Allow diagnostics to generate multi-edit fixes (#3709)
|
2023-03-26 16:45:19 -04:00 |
Charlie Marsh
|
e4fad70a57
|
Update documentation to match latest terminology (#1760)
Closes #1759.
|
2023-01-09 21:10:47 -05:00 |
Charlie Marsh
|
bfdf972a5d
|
Add code kind to Quick Fix action
|
2022-12-31 10:26:47 -05:00 |
Charlie Marsh
|
01c74e0629
|
Add a "fix message" to every autofix-able check (#1489)
|
2022-12-30 23:16:03 -05:00 |
Charlie Marsh
|
9db825c731
|
Use trailingComma: 'all' (#1457)
|
2022-12-29 19:36:51 -05:00 |
Charlie Marsh
|
2c7464604a
|
Implement dark mode (#1455)
|
2022-12-29 19:33:46 -05:00 |
Charlie Marsh
|
9f7350961e
|
Rename config to settings in the playground (#1450)
|
2022-12-29 16:59:38 -05:00 |
Charlie Marsh
|
acf0b82f19
|
Re-style the Ruff playground (#1438)
|
2022-12-29 11:47:27 -05:00 |