Files
oak-gpui/crates
Smit Barmase 6b456ede49 languages: Fix string override to match just string_fragment part of template_string (#33997)
Closes #33703

`template_string` consists of `template_substitution` and
`string_fragment` chunks. `template_substitution` should not be
considered a string.

```ts
const variable = `this is a string_fragment but ${this.is.template_substitution}`;
```

Release Notes:

- Fixed auto-complete not showing on typing `.` character in template
literal string in JavaScript and TypeScript files.
2025-07-07 11:45:54 +05:30
..
2025-07-03 12:17:54 +00:00
2025-06-22 16:23:17 -04:00
2025-06-17 20:26:27 +00:00
2025-07-01 15:43:39 +00:00
2025-07-01 15:43:39 +00:00