Commit Graph

74 Commits

Author SHA1 Message Date
Alex Ross
f8bb386a48 Update grammars (#254634) 2025-07-08 10:59:18 +00:00
Alex Ross
2a17434963 Update Go grammar (#249525) 2025-05-22 01:27:50 -07:00
Alex Ross
9a2c94d213 Update grammars (#245340) 2025-04-02 15:41:58 +02:00
Aiday Marlen Kyzy
c0d25ffb56 Performance regression: revert "Ignoring double slashes inside of strings" (#235742)
Revert "onEnter Indentation Rules: Ignoring double slashes inside of strings …"

This reverts commit 21c52a4a3a.
2024-12-10 16:49:07 +01:00
Aiday Marlen Kyzy
21c52a4a3a onEnter Indentation Rules: Ignoring double slashes inside of strings (#235712)
ignoring double slashes inside of strings
2024-12-10 11:02:51 +01:00
Alex Ross
8270a86019 Update grammars (#235506) 2024-12-06 16:55:37 +01:00
Aiday Marlen Kyzy
359ec5270a Add new line comment when pressing Enter from within line comment for languages that use double slash for line comment (#235407)
* add decrease and increase indent patterns for cpp

* adding new line with line comment on next line from within languages that use double slash for line comment
2024-12-06 11:51:50 +01:00
Lionel Jouin
0561ca03c8 Fix: go grammar update (#232142) (#232335)
npm --prefix extensions/go run update-grammar (#232142)

Signed-off-by: Lionel Jouin <lionel.jouin@est.tech>
2024-10-28 14:54:18 +00:00
Alex Ross
e67b1982e1 Update grammars (#229924) 2024-09-27 10:27:11 +02:00
Robo
b5a6aa14a8 feat: switch to npm as default package manager (#226927)
* feat: move from yarn to npm

* chore: skip yarn.lock files

* fix: playwright download

* chore: fix compile and hygiene

* chore: bump vsce@2.17.0

Refs 8b49e9dfdf

* test: update results for bat and sh colorizer tests

* fix: add missing lock files for windows

* fix: switch to legacy-peer-deps

* chore: update markdown-it@14.1.0

Refs 737c95a129

esbuild step in extensions-ci-pr was previously using markdown-it
from root which had userland punycode and was able to compile successfully.

* ci: increase pr timeout for windows integration tests

* chore: fix product build

* build: ignore extension dev dependency for rcedit

* build: fix working directory inside container

* build: fix dependency generation

* npm: update dependencies

* ci: use global npmrc

* ci: update cache

* ci: setup global npmrc for private npm auth

* build: fix extension bundling

* chore: sync npm dependencies

* ci: debug env variables for container

* ci: fix win32 cli pipeline

* build: fix npmrc config usage for build/ and remote/ dirs

* fix: windows build

* fix: container builds

* fix: markdown-language-features tests and bundling

```
[03:58:22] Error: Command failed: /Users/demohan/.nvm/versions/node/v20.15.1/bin/node /Users/demohan/github/vscode/extensions/markdown-language-features/esbuild-notebook.js --outputRoot /Users/demohan/github/vscode/.build/extensions/markdown-language-features
✘ [ERROR] Could not resolve "punycode"

    extensions/markdown-language-features/node_modules/markdown-it/lib/index.js:14:27:
      14 │ var punycode     = require('punycode');
         ╵                            ~~~~~~~~~~

  The package "punycode" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
```

Adds userland package based on beed9aee2c

* fix: container builds for distro

* chore: update yarn occurrences

* fixup! chore: bump vsce@2.17.0

Uses the closest version to `main` branch that does not
include d3cc84cdec
while still having the fix 8b49e9dfdf

* chore: sync npm dependencies

* chore: sync npm dependencies

* chore: sync npm dependencies

* chore: throw error when yarn is used for installation

* chore: add review feedback

* chore: switch exec => run where needed

* chore: npm sync dependencies

* fix: markdown-language-features bundling

```
✘ [ERROR] Could not resolve "punycode"

    extensions/markdown-language-features/node_modules/markdown-it/lib/index.js:14:27:
      14 │ var punycode     = require('punycode');
         ╵                            ~~~~~~~~~~

  The package "punycode" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
```

Adds missing userland package based on markdown-it/markdown-it@beed9ae,
can be removed once we update markdown-it >= 14.1.0

* ci: rename no-yarn-lock-changes.yml

* chore: sync npm dependencies

* ci: restore no-yarn-lock-changes.yml

We can disable it in a separate PR to keep the required
checks happy and also need workflow edit perms.

* chore: sync npm dependencies

* ci: rebuild cache

* ci: fix no-package-lock-changes.yml

* chore: bump distro

* chore: rm yarn.lock files

* chore: rm yarn.lock files without dependencies

* chore: add vscode-selfhost-import-aid to postinstall dirs

* chore: bump distro
2024-09-06 22:18:02 +09:00
Alex Ross
03dc55030b Update grammars (#227249) 2024-08-30 22:03:00 +02:00
Alex Ross
ed4e6eda59 Update grammars (#219070) 2024-06-28 11:56:38 +02:00
Alex Ross
b8e3432a0b Update grammars (#214005) 2024-05-31 15:09:59 +02:00
Alex Ross
5c213a1e84 Update grammars (#211439) 2024-04-26 04:52:52 -07:00
Alex Ross
b557947e50 Update grammars (#209932) 2024-04-09 12:20:39 +02:00
Alex Ross
e9a8b6add5 Update grammars (#206330) 2024-02-27 12:14:40 +01:00
Alex Ross
fc771c597f Update Go grammar (#204590) 2024-02-07 14:33:31 +01:00
Alex Ross
35d97bc7e4 Update grammars (#203521) 2024-01-26 13:06:22 +01:00
Sandeep Somavarapu
1e0580ec23 Use categories for builtin extensions groups (#202453)
* support grouping of extensions

* remove grouping

* reuse categories parsing

* cleanup

* fix tests
2024-01-14 18:19:29 +01:00
Alex Ross
6d9541fff6 Try out a new Go grammar (#202070) 2024-01-09 14:11:19 +01:00
Alex Ross
0f17001790 Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
João Moreno
c3b556727e fix update-grammars script 2021-02-02 12:30:08 +01:00
João Moreno
03da2de889 add proper yarn.lock files 2021-02-01 14:35:52 +01:00
João Moreno
ec805db5ed add repository field to extensions package.json 2021-01-29 15:30:45 +01:00
João Moreno
9a5d14e307 run prettier over extensions json files 2021-01-29 15:19:18 +01:00
João Moreno
3b03189afa Restore extensions in core (#114921)
* bring back grammar extensions

* fix hygiene

* Revert "pull themes from the marketplace"

This reverts commit 0738f76dac.
2021-01-25 17:07:56 +01:00
João Moreno
bc7d3c9ea6 remove grammar extensions 2021-01-15 12:35:17 +01:00
Alex Ross
032e9a33ba Update go grammar and fix update script
Fixes #106798
2020-09-16 15:24:28 +02:00
Alex Ross
efa12b2f49 Update grammars 2020-02-03 13:01:47 +01:00
Alex Ross
de5df4820f Try out new go grammar
Fixes #82549
2019-12-20 15:29:43 +01:00
Aurélien Pupier
7a5bca9faf Add License field to package.jsons #68423 (#68771)
it should avoid to have "warning XXX: No license field" during yarn
build

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
2019-06-06 11:44:50 +02:00
Martin Aeschlimann
88fc7e755e Make conistent with other languages 2019-05-27 15:25:10 +02:00
Fabio 'c0m3tx' Vitale
66019c79ff Add region markers folding for Go 2019-03-06 11:50:36 +01:00
Alex Ross
6c6cd0aab4 Update grammars 2018-12-12 17:25:07 +01:00
isidor
9edd984da8 delete OSSREADME.json 2018-11-20 12:54:22 +01:00
isidor
2ba92aa3e8 add commitHash to cgmanifest 2018-11-15 17:43:46 +01:00
isidor
347fb6347b add all cgmanifests. Still no commitHash 2018-11-14 18:18:25 +01:00
Alex Dima
34e7a220c8 Avoid shipping unnecessary files 2018-09-19 19:53:46 +02:00
Martin Aeschlimann
c640a0ed5c adopt color changes in colorizer tests 2018-07-27 11:02:03 +02:00
Ramya Rao
c82fd3819d Avoid indent after strings with brackets Fixes #50959 (#50960) 2018-06-04 13:27:18 -07:00
Greg Van Liew
b3a1b98d54 Edit pass on built-in extension descriptions (#44875) 2018-03-01 16:43:06 -08:00
Ramya Achutha Rao
15d0e9b30b Remove and other language features from description of basic builtin extensions #44626 2018-02-27 18:15:50 -08:00
Ramya Achutha Rao
4996cfb254 Update displayName, description for Go extension #43978 #44626 2018-02-27 17:47:57 -08:00
Martin Aeschlimann
8bd41ceeca built-in extensions: version to 1.0.0 (for #43978) 2018-02-27 15:16:07 +01:00
Martin Aeschlimann
8fdf170a08 update grammar script: remove unused properties 2018-02-12 16:54:46 +01:00
Martin Aeschlimann
6f682992c3 [go] make grammar file name consistent 2018-02-09 12:45:27 +01:00
Martin Aeschlimann
8500a2ec53 Keywords and Storage.types have the same color in Dark theme for Go. Fixes #41822 2018-01-22 11:26:40 +01:00
Martin Aeschlimann
3118073c73 [go] update grammar 2017-12-20 17:30:56 +01:00
Peng Lyu
6fa051df1d Fix #34347. decreaseIndent for multiple closing paren or brackets. 2017-12-01 11:17:23 -08:00
Martin Aeschlimann
3d0afa184e [go] update grammar 2017-10-24 11:05:54 +02:00