Skip to content

Commit

Permalink
Merge pull request #101 from jdeniau/no-forbidden-alias
Browse files Browse the repository at this point in the history
No forbidden alias generation
  • Loading branch information
jdeniau authored Jun 29, 2024
2 parents afb16c0 + 79682e2 commit 2eaafcb
Show file tree
Hide file tree
Showing 6 changed files with 534 additions and 5 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"mysql2": "^3.9.1",
"prettier": "^3.3.2",
"react-router-dom": "^6.22.1",
"storybook": "^8.0.0-rc.3",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/component/MonacoEditor/useCompletion.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe('table list', () => {
{
label: 'another_table',
kind: monaco.languages.CompletionItemKind.Variable,
insertText: `${spacePrefix}another_table at `,
insertText: `${spacePrefix}another_table at_2 `,
detail: undefined,
range: new monaco.Range(1, definedColumn, 1, definedColumn),
},
Expand Down
Loading

0 comments on commit 2eaafcb

Please sign in to comment.